@lang('title.search')

@lang('message.search')

@if (Route::has('search.prepare')) {!! Form::open([ 'method' => 'GET', 'route' => ['search.prepare'], ]) !!} {!! Form::hidden('latitude') !!} {!! Form::hidden('longitude') !!}
{!! Form::text('q') !!} {!! Form::label('q', trans('label.search_input')) !!}
{!! Form::close() !!} @endif