labor attendance Detail
@if(isset($reportData))
@endif
Report for: {{ $selectedLabor->name }} - {{ \Carbon\Carbon::parse(request('month'))->format('F Y') }}
Total Overtime Hours for this Month:
{{ $totalOvertimeHours }} hrs
| Date | Project | Overtime Hours |
|---|---|---|
| {{ $entry->assignment_start_date }} | {{ $entry->project->subject ?? 'N/A' }} | {{ $entry->overtime_hours }} |
| No records found for this month. | ||