@foreach($contacts as $record) @php $detailUrl = url('my/contacts/'.$record->id); @endphp @endforeach
Name Title Phone Email Country Created By Created Date
{{$record->name}}   {{$record->job_profile}} {{$record->mobile_phone}} {{$record->email}} {{$record->country}} {{$record->created_by}} {{showTimeFormat($record->created_at, 'm/d/Y')}}