| Name | Time In | Time Out | Date | Business | Business Location |
|---|---|---|---|---|---|
| {{ $attendance->user->user_full_name }} | {{ $attendance->time_in ? $attendance->time_in->format('h:i A') : 'N/A' }} | {{ $attendance->time_out ? $attendance->time_out->format('h:i A') : 'N/A' }} | {{ $attendance->created_at ? $attendance->created_at->format('Y-m-d') : 'N/A' }} | {{ $attendance->business ? $attendance->business->name : 'N/A' }} | {{ $attendance->business_location ? $attendance->business_location->name : 'N/A' }} |