@extends('layouts.admin') @section('header')

Employee Resignation

@endsection @section('content')

Resign Employee

Employee: {{ $employee->full_name }}

Employee No: {{ $employee->employee_no }}

⚠️ Warning: This action will mark the employee as resigned and move them to the ex-employees list.

@csrf @method('PATCH')
@error('resigned_at')

{{ $message }}

@enderror
@error('resignation_reason')

{{ $message }}

@enderror
✕ Cancel
@endsection