{{ __('Fee Employee Edit') }}

Fee Employee Details

Below are the details of the Fee Employee.

@if ($data->status === 'A') Approved @elseif ($data->status === 'P') Pending @elseif ($data->status === 'R') Rejected @endif
@csrf @method('PUT')