{{-- ✅ الهيدر --}}
{{-- ✅ المحتوى --}}
@foreach($deputations as $dep) @endforeach
EmployeeTypeStartEnd DailyTotalStatus
{{ $dep->employee->name ?? '' }} {{ ucfirst($dep->type) }} {{ $dep->start_date->format('Y-m-d') }} {{ $dep->end_date->format('Y-m-d') }} {{ $dep->daily_amount }} {{ $dep->total_amount }} {{ ucfirst($dep->status) }}
{{-- ✅ الفوتر --}}