@if(request()->get('s'))
@endif
@if(request()->get('date_posted'))
@endif
@php
$experience = request()->get('experience');
$job_type = request()->get('job_type');
@endphp
@if(!empty($experience) && is_array($experience))
@foreach($experience as $key => $val)
@endforeach
@endif
@if(!empty($job_type) && is_array($job_type))
@foreach($job_type as $key => $val)
@endforeach
@endif
@if(request()->get('category'))
@endif
@if(request()->get('location'))
@endif
@if(request()->get('amount_to'))
@endif
@if(isset($_GET['_layout']))
@endif