No tickets available for this staff member.
| Ticket Date | Agent Name | Travel Type | Travel Date | Return Date | Amount | Total Value | Payment Status | View |
|---|---|---|---|---|---|---|---|---|
| {{ $ticket->ticket_date }} | {{ $ticket->agent_name }} | {{ $ticket->travel_type }} | {{ $ticket->travel_date }} | {{ $ticket->return_date ?: 'N/A' }} | {{ number_format($ticket->amount, 2) }} | {{ number_format($ticket->total_value, 2) }} | {{ ucfirst($ticket->payment_status) }} | View |
No approved absences recorded.
| # | Date | Day | Foreman | Status | Approved On |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $absence->attendance_date->format('M d, Y') }} | {{ $absence->attendance_date->format('l') }} | {{ $absence->foreman->name ?? 'Unknown' }} | Approved | {{ $absence->updated_at->format('M d, Y H:i') }} |