Reset search?

Role

@foreach ($roles_db as $role)
@endforeach
@json($roles)

Job Wanted

@foreach ($roles_db as $role)
@endforeach

Location

UK
@foreach ($country_uk->regions as $region)
@endforeach
@if($countries_list) @endif

Type

@foreach ($contract_types as $item)
@endforeach

Salary

(£ / A$ / $)
@foreach ($salery_db as $item)
@endforeach
@if($jobseekers) @if(count($jobseekers) > 0) @foreach ($jobseekers as $jobseeker)
@if($jobseeker->user && $jobseeker->user->profile_photo_path) # @else # @endif

{{$jobseeker->headline}}

{{$jobseeker->headline}}

{{$jobseeker->pitch}}

@if($jobseeker->user)
Location:
{{$jobseeker->user->address->country->title}} /{{$jobseeker->user->address->city}}
Job title:
@if($jobseeker->job_title)
{{$jobseeker->job_title->title}}
@endif
Work type:
@if($jobseeker->recent_job_title)
{{$jobseeker->recent_job_title}}
@endif
Education:
@if($jobseeker->education)
{{$jobseeker->education->title}}
@endif
Job wanted:
@if($jobseeker->job_title_wanted)
{{$jobseeker->job_title_wanted->title}}
@endif
Salary wanted:
@if($jobseeker->salery_wanted)
{{$jobseeker->salery_wanted->title}}
@endif
@endif
@endforeach {{ $jobseekers->onEachSide(2)->links() }} @else
There are currently no FULL chef profiles available that match your search. Please adjust your filters. Alternatively, view the below.

{{$long_list_count}}

In addition to the profiles displayed, more chefs like these are registered with us. Click to view list/available information.

View
@guest
@if($long_list && count($long_list) > 0) @foreach ($long_list as $jobseeker)
#

{{$jobseeker->job_title->title}}

{{--

{{$jobseeker->job_title->title}}

--}}
  • {{$jobseeker->user->address->country->title}}/{{$jobseeker->user->address->city}}
  • {{$jobseeker->user->show_hidden_mobile()}}
  • {{$jobseeker->user->show_hidden_mail()}}
  • @if($jobseeker->profile_cv)
  • CV
  • @endif @if($jobseeker->user->showLinkedin())
  • Linkedin
  • @endif
Open Link
@endforeach @endif
@endguest @auth @if(Auth::user() && Auth::user()->recruiter && Auth::user()->subscription_active())
@if($long_list && count($long_list) > 0)
@foreach ($long_list as $jobseeker)
#

{{$jobseeker->job_title->title}}

{{--

{{$jobseeker->job_title->title}}

--}}
  • {{$jobseeker->user->address->country->title}}/{{$jobseeker->user->address->city}}
  • {{$jobseeker->user->show_hidden_mobile()}}
  • {{$jobseeker->user->show_hidden_mail()}}
  • @if($jobseeker->profile_cv)
  • CV
  • @endif @if($jobseeker->user->showLinkedin())
  • Linkedin
  • @endif
@endforeach @endif
@else
@if($long_list && count($long_list) > 0) @foreach ($long_list as $jobseeker)
#

{{$jobseeker->job_title->title}}

{{--

{{$jobseeker->job_title->title}}

--}}
  • {{$jobseeker->user->address->country->title}}/{{$jobseeker->user->address->city}}
  • {{$jobseeker->user->show_hidden_mobile()}}
  • {{$jobseeker->user->show_hidden_mail()}}
  • @if($jobseeker->profile_cv)
  • CV
  • @endif @if($jobseeker->user->showLinkedin())
  • Linkedin
  • @endif
Open Link
@endforeach @endif
@endif @endauth @if($hasMorePages)
@endif @endif @endif
@section('modals') @include('front.modals.register_popup') @endsection @push('scripts') @endpush