Replacement Leave Application
{{ __('History') }}
@if ($all_replace_leave_applications->isEmpty())
@endif
- N/A -
@else| No | Status | Description | Duration (Days) | Attachment |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $status_types[$all_replace_leave_application->status] }} | {{ $all_replace_leave_application->description }} | {{ $all_replace_leave_application->duration }} | {{ $all_replace_leave_application->attachment_url ? 'Yes' : 'No' }} |