@forelse ($postjobs as $postjob) @empty @endforelse
# Title Deadline Job Location Posted At
# {{ $postjob->title }} {{ $postjob->closingdate }} {{ $postjob->location }} {{ $postjob->created_at }}
The list is empty
@if($postjobs->isEmpty()) @endif