{{$categoryName}} @if(count($listings)) {{--
{{__('Last updated')}} {{$listings[0]->created_at->diffForHumans(null,false,false)}}
--}} @endif
@if(count($listings)) @foreach($listings as $job) @include('elements.listings.job-listing-box',['job' => $job]) @endforeach @else
{{__('No jobs within this category yet')}}
@endif
@if(count($listings) && $category->id)
{{__('View all')}} {{$listings->total()}} {{$category->name}} {{__('jobs')}}
@endif