{{--
--}} {{-- {!! Form::open(['route'=>['search'], 'method' => 'get', 'class'=>'form', 'files'=>true]) !!} --}}
@unless (Auth::guard('employer')->check() || Auth::guard('institute')->check()) @endunless @unless (!Auth::guard('employer')->check()) {{ Form::radio('search', 'Candidate', true) }}  {!! Form::label('', 'Candidate') !!} @endunless @unless (!Auth::guard('institute')->check()) {{ Form::radio('search', 'Employer', true) }}  {!! Form::label('', 'Employer') !!} @endunless @unless (Auth::guard('employer')->check()) {!! Form::text('query', null, ['class'=>'form-control tranparentBg']) !!} @endunless
@unless (Auth::guard('institute')->check()) {!! Form::label('industry', 'Industry') !!} {!! Form::select('industry',$industries,null,['class'=>'form-control tranparentBg', 'placeholder'=>'Any']) !!} {{-- --}} @endunless @unless (!Auth::guard('institute')->check()) {!! Form::label('industry', 'Industry') !!} {!! Form::select('industry',['Airline'=>'Airline','Facility Management'=>'Facility Management','Hospitality'=>'Hospitality','Hotel'=>'Hotel', 'Institute'=>'Institute', 'Travel'=>'Travel', 'Other'=>'Other'],null,['class'=>'form-control tranparentBg', 'placeholder'=>'Any']) !!} @endunless
{!! Form::label('state', 'Select State') !!} {!! Form::select('state', $states,null,['class'=>'form-control tranparentBg', 'placeholder'=>'Any']) !!}
{!! Form::label('city', 'Select City') !!} {!! Form::select('city',[],null,['class'=>'form-control tranparentBg', 'placeholder'=>'Any']) !!} {{-- --}}
{!! Form::submit('Search',['class'=>'btn btn-primary btn-block']) !!}
@push('custom-scripts') @endpush