| Date | Employee | In | Out | OT (Min) | Business Out | Reason | Status |
|---|---|---|---|---|---|---|---|
| {{ $entry->date->format('Y-m-d') }} | {{ $entry->employee->first_name }} {{ $entry->employee->last_name }} | {{ $entry->check_in ? $entry->check_in->format('H:i') : '' }} | {{ $entry->check_out ? $entry->check_out->format('H:i') : '' }} | {{ $entry->overtime_minutes }} | {{ $entry->is_business_out ? 'Yes' : 'No' }} | {{ $entry->reason }} | {{ ucfirst($entry->status) }} |