| {{ '#' }} | {{ __('Name') }} | {{ __('Date') }} | {{ __('Check In') }} | {{ __('Check Out') }} | {{ __('Duration') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $att->employee->name }} | {{ $att->date }} | {{ $firstCheckIn ?? '-' }} | {{ $lastCheckOut }} | {{ str_pad($h, 2, '0', STR_PAD_LEFT) }}h {{ str_pad($m, 2, '0', STR_PAD_LEFT) }}m {{ str_pad($s, 2, '0', STR_PAD_LEFT) }}s | {{ __('View') }} |
| {{ __('No Records') }} | ||||||