| Employee | Type | Start | End | Daily | Total | Status |
|---|---|---|---|---|---|---|
| {{ $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) }} |