@extends('layouts.appv2') @section('content') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
@csrf
Edit Staff Leaves Record
{{ $employee->employee_first_name }}
{{ $employee->emptype->emptype_name ?? 'N/A' }}
{{ optional($leaveEntitled)->modified_date ? \Carbon\Carbon::parse($leaveEntitled->modified_date)->format('d M Y') : 'N/A' }}
{{-- Leave Entitlement Fields --}}
{{-- Total AL Entitled --}}
{{-- Vue.js via CDN --}} @endsection