{{-- Header --}}

{{ $pageTitle }}

Mark attendance for {{ \Carbon\Carbon::parse($date)->format('l, d F Y') }}

Back
@csrf
@foreach($staffList as $index => $staff) @php $att = $attendances->get($staff->id); @endphp @endforeach
# Staff Check In Check Out Status Remarks
{{ $index + 1 }}
{{ strtoupper(substr($staff->first_name, 0, 1)) }}{{ strtoupper(substr($staff->last_name, 0, 1)) }}
{{ $staff->first_name }} {{ $staff->last_name }}
{{ $staff->designation ?? 'Staff' }}