| # | Request # | Employee | Leave Type | Apply Date | Start Date | End Date | Total Days | Status |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $leave->request_number }} | @if($leave->user) {{ trim(($leave->user->first_name ?? '').' '.($leave->user->last_name ?? '')) }} @endif | {{ $leave->type?->name }} | {{ optional($leave->apply_date)->toDateString() }} | {{ optional($leave->start_date)->toDateString() }} | {{ optional($leave->end_date)->toDateString() }} | {{ (float) $leave->total_days }} | {{ ucfirst($leave->status) }} |
| No records found for the selected filters. | ||||||||