@php $sortedType = ''; $sortedValue = ''; if(isset($data['sortType']) && isset($data['sortValue']) && $jobRecords->count() > 0){ $sortedType = $data['sortType']; $sortedValue = $data['sortValue']; } @endphp @if($jobRecords->count() > 0) @foreach($jobRecords as $jobRecord) @endforeach @else @endif
Job Title  Reference Code  Organization Name  City 
{{$jobRecord->title}} {{$jobRecord->job_reference_code}} {{$jobRecord->company}} {{$jobRecord->city}}
No matching records found
Showing {{ $jobRecords->firstItem() }} to {{ $jobRecords->lastItem() }} of {{$jobRecords->total()}} entries
{{$jobRecords->links('vendor.pagination.bootstrap-4')}}