| {{ __('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) }} |