Promotion Approval
{{ session('message_success') }}
@endif
| Fullname | Gender | Nationality | Employee ID | New Grade | New Position | Approval Status | Action |
|---|---|---|---|---|---|---|---|
| {{ trim($item->staff->surname . ' ' . $item->staff->firstname . ' ' . $item->staff->othername) }} | {{ $item->staff->gender }} | {{ $item->staff->nationality }} | {{ $item->staff->employee_id }} | {{ $item->newGrade->name ?? '' }} | {{ $item->new_position }} | @if($item->approval === 'Pending') Pending @elseif($item->approval === 'Approved') Approved @else Rejected @endif | @if($item->approval === 'Pending') @else @endif |
| No promotion requests found. | |||||||
{{ $requests->appends(request()->input())->links() }}