@include('jobs.partials.header-styles') @include('jobs.partials.header', ['activeLink' => 'search'])

{{ __('jobs.search_jobs') }}

🔍
📍
{{ __('jobs.clear_all') }}
@forelse($jobs as $job)

{{ $job->title }}

{{ $job->location }}
{{ __('jobs.posted') }} {{ $job->posted_date->format('l, F d, Y') }} | {{ __('jobs.expires') }} {{ $job->expires_date->format('l, F d, Y') }}
{{ Str::limit(strip_tags($job->description), 200) }} {{ __('jobs.read_more') }}
@empty

{{ __('jobs.no_jobs_found') }}

@endforelse
@if($jobs->hasPages()) @endif
@include('jobs.partials.header-script') @include('jobs.partials.cookie-consent')