@extends('layouts.admin') @section('header')
Archive of resigned staff members
Total Resigned
📋 Showing results for: "{{ $search }}"
@endif| # | Employee No | Name | Position | Resigned At | Resignation Reason | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $employee->employee_no }} | {{ $employee->full_name }} | {{ $employee->email }} | {{ $employee->position ?? '-' }} | {{ optional($employee->resigned_at)->format('M d, Y') ?? '-' }} | {{ $employee->resignation_reason ?? '-' }} | View |
| No resigned employees found. | |||||||