@forelse($attendances as $att) @empty @endforelse
Day Date Photo In-Time Out-Time Time spent In Geofencing Out Geofencing Status
{{date('l', strtotime($att['created_at']))}} {{date('F-d-Y', strtotime($att['created_at']))}} A {{$att['in_time']}} {{$att['out_time']}} {{$att['time_spent']}} - - {{$att['in_time'] ? 'PR' : 'AB'}}
No record found..!
{{ $attendances->links('pagination::bootstrap-5') }}