{{ __('daily_tasks') }}
{{--יום שני, 09 פברואר 2026
--}}{{ now()->translatedFormat('l, d F Y') }}
{{ __('total_tasks') }}
{{ $totalTasks }}
{{ __('completed') }}
{{ $completedTasks }}
{{ __('waiting') }}
{{ $waitingTasks }}
@foreach($todayTasks as $task)
@endforeach
@else
status == 2 ? 'checked' : '' }}>
{{ $task->invitation?->fullname ?? '—' }}
מנהל תפעול וניהול אתרי תיירות
@if($task->task_date) {{ \Carbon\Carbon::parse($task->task_date)->format('d.m.Y') }} @endif
{{ __('no_tasks_for_today') }}
{{ __('all_comments_today_have_already_addressed_or_no_new_tasks') }}