@extends('garage.layouts.app') @section('title', 'Resignations') @section('content') @include('garage.hr.styles')
| Employee | Date | Type | Reason | Employee status | Actions |
|---|---|---|---|---|---|
|
@if(!empty($r->employee_ledger_id))
{{ $r->employee_name }}
@else
{{ $r->employee_name }}
@endif
{{ $r->employee_code ?: '—' }}
|
{{ $r->resign_date }} | {{ $r->status }} | {{ $r->reason ?: '—' }} | @if($r->employee_is_active) Active @else Inactive @endif | |
| No resignations found. | |||||