Track your time efficiently.
@if($role === 'Admin') @foreach ($holidayRequests as $request)| Datum | Start | Eind | W.H. | @if(\App\Models\Schedule::totalScheduledHours(auth()->id()) >= 40)O.T. | @endifKlant | |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($timesheet->work_date)->format('d-m-Y') }} | {{ $timesheet->is_holiday_manual || $timesheet->is_holiday ? 'N/A' : $timesheet->start_time }} | {{ $timesheet->is_holiday_manual || $timesheet->is_holiday ? 'N/A' : $timesheet->end_time }} | {{ $timesheet->is_holiday_manual || $timesheet->is_holiday ? 'N/A' : $timesheet->worked_hours }} | @if(\App\Models\Schedule::totalScheduledHours(auth()->id()) >= 40){{ $timesheet->is_holiday_manual || $timesheet->is_holiday ? 'N/A' : $timesheet->overtime }} | @endif{{ $timesheet->customer ?? 'N/A' }} | |
| Totaal Overuren | {{ $currentMonthOvertime }} | |||||
= Normal (8h) = Overtime (>8h) = Early Finish (<8h) = Holiday
Totaal huidige maand:
Totaal overuren: {{ $totalOvertimeHours }} uur | Totaal Gewerkte Uren: {{ $totalWorkedHours }} uur