+ {{ $reportData['date_from'] }} to {{ $reportData['date_to'] }} +
+| Staff Member | +Shifts Worked | +Total Hours | +
|---|---|---|
| {{ $staff['name'] }} | +{{ $staff['shifts_count'] }} | +{{ number_format($staff['total_hours'], 2) }} | +
No shift data found for the selected criteria.
++ Timesheet: {{ $timesheetData['date_from'] }} to {{ $timesheetData['date_to'] }} +
+| Date | +Start Time | +End Time | +Hours | +Status | +
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($entry['date'])->format('D, d M Y') }} | +{{ $entry['start_time'] }} | +{{ $entry['end_time'] }} | +{{ number_format($entry['hours'], 2) }} | ++ @if($entry['status'] === 'completed') + Completed + @else + In Progress + @endif + | +
| Total | +{{ number_format($timesheetData['total_hours'], 2) }} | ++ | ||
No timesheet entries found for the selected period.
+