@props(['industries'])
{{-- --}}
@auth @if (auth()->user()->role == 'Employer')

Find, Contact & Hire Your Next Employee...

@else

Jobs For Anyone, Anywhere...

@endif @else

Jobs For Anyone, Anywhere...

@endauth
Search @auth @unless (auth()->user()->role == 'Employer' || auth()->user()->role == 'Institute') Job {{-- --}} @endunless @unless (auth()->user()->role !== 'Employer') Candidate {{-- --}} {{-- {{ Form::radio('search', 'Candidate', true) }}  {!! Form::label('', 'Candidate') !!} --}} @endunless @unless (auth()->user()->role !== 'Institute') Employer {{-- --}} {{-- {{ Form::radio('search', 'Employer', true) }}  {!! Form::label('', 'Employer') !!} --}} @endunless @unless (auth()->user()->role == 'Employer') {{-- --}} {{-- {!! Form::text('query', null, ['class' => 'form-control tranparentBg']) !!} --}} @endunless @else Job {{-- --}} @endauth
@push('custom-scripts') @endpush