@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
S.N | Resigner | Resignation Date | Approved By | Approved Date | Progress | Status | Action |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $item->resigner?->full_name }} | {{ $item->resignation_date }} | {{ $item->approved_date ?? '-' }} | {{ $item->approver?->full_name ?? '-' }} | {{ \Modules\Admin\Models\Resignation::PROGRESS_STATUS[$item->progress_status_id] }} | {!! $item->status_name !!} |