@if(!empty($jobs))
{{ $job->created_at->toFormattedDateString() ?? '' }} - {{ ucfirst(__($job->level)) ?? '' }}
{!! Str::limit(strip_tags($job->description), 150) !!}
{{ __('Nothing') }} {{ __('Found') }}