Status Change Request
{{ session('message_success') }}
@endif
| Fullname | Gender | Nationality | Employee ID | Phone | Action |
|---|---|---|---|---|---|
| {{ trim($item->surname . ' ' . $item->firstname . ' ' . $item->othername) }} | {{ $item->gender }} | {{ $item->nationality }} | {{ $item->employee_id }} | {{ $item->phone ?? $item->contact_num }} | |
| No employees found. | |||||
{{ $employees->appends(request()->input())->links() }}