{{ $monthStats['total_shifts'] }}
{{ __('Shifts This Month') }}
{{ $monthStats['total_hours'] }}{{ __('h') }}
{{ __('Scheduled Hours') }}
{{ $monthStats['coverage_percent'] }}{{ __('%') }}
{{ __('Month Coverage') }}
{{ $monthStats['days_in_month'] }}
{{ __('Days in Month') }}
{{ __('Max Weekly Hours') }}
{{ $overtimeStats['max_weekly_hours'] }}h
{{ __('Tracked Overtime') }}
{{ $overtimeStats['tracked_hours'] }}h
{{ __('Pending Payment') }}
${{ number_format($overtimeStats['pending_amount'], 2) }}
{{ __('Paid This Month') }}
${{ number_format($overtimeStats['paid_amount'], 2) }}
$isToday, 'text-zinc-400 dark:text-zinc-500' => $isPast, 'text-zinc-500 dark:text-zinc-400' => !$isToday && !$isPast, ])>{{ $shift['shift_name'] ?? __('Custom Shift') }}
{{ $hours }}h
{{ __('You have no shifts scheduled for this month.') }}
{{ __('Please contact your manager if you expect shifts to be assigned.') }}
{{ $monthName }}
{{ __('Your recurring weekly shift pattern') }}