@php $sortedType = ''; $sortedValue = ''; if(isset($data['sortType']) && isset($data['sortValue']) && $records->count() > 0){ $sortedType = $data['sortType']; $sortedValue = $data['sortValue']; } @endphp
| Name | Company | Title | Phone | Country | Created By | Created Date | ||
|---|---|---|---|---|---|---|---|---|
| {{$record->name}} | {{$record->company_name}} | {{$record->job_profile}} | {{$record->mobile_phone}} | {{$record->email}} | {{$record->country}} | {{$record->created_by}} | {{showTimeFormat($record->created_at, 'm/d/Y')}} | |
| No matching records found | ||||||||