{{-- ✅ الهيدر --}}
{{-- ✅ المحتوى --}}

Task Report - {{ now()->format('Y-m-d') }}

@foreach($tasks as $task) @endforeach
# Title Status Priority Due Date Employees
{{ $task->id }} {{ $task->title }} {{ ucfirst(str_replace('_', ' ', $task->status)) }} {{ ucfirst($task->priority) }} {{ $task->due_date }} {{ $task->employees->pluck('name')->join(', ') }}
___________________________
{{ __('payslips.signature') }}
{{-- ✅ الفوتر --}}