@php $sortedType = ''; $sortedValue = ''; if(isset($data['sortType']) && isset($data['sortValue']) && $records->count() > 0){ $sortedType = $data['sortType']; $sortedValue = $data['sortValue']; } @endphp
@if($records->count() > 0) @foreach($records as $record) @php $detailUrl = route('pjobs.jobs.show', $record->id); @endphp @endforeach @else @endif
Name  Ref  Rate  Applications  Customer  Position Type  Start Date  Sourcer  Created  Date  Action
{{$record->title}}  {{$record->job_reference_code}} {{$record->rate_currency . ' ' . $record->rate . '/' . $record->rate_type}} {{$record->application_count}} {{$record->end_customer_name}} {{str_replace(',', ', ', $record->position_type)}} {{showTimeFormat($record->start_date, 'm/d/Y')}} {{$record->sourcername}} {{$record->username}} {{showTimeFormat($record->created_at, 'm/d/Y')}}
No matching records found
Showing {{ $records->firstItem() }} to {{ $records->lastItem() }} of {{$records->total()}} entries
{{$records->links('vendor.pagination.bootstrap-4')}}