@extends('layouts.dashboard') @section('content') Apply Leave Home Employees PL- Paid Leave SL- Sick Leave CL- Casual Leave CO- Comp-Off Leave LWP- Leave Without Pay ← → Sun Mon Tue Wed Thu Fri Sat ← → Sun Mon Tue Wed Thu Fri Sat Apply for Leave @csrf {{-- ✅ SUCCESS MESSAGE HERE --}} @if (session('success')) {{ session('success') }} @endif Time Type * Select Time Type PL-Paid Leave SL-Sick Leave CL-Casual Leave CO-Comp. Off Leave Without Pay (LWP) Available Balance Start Date * End Date * Requesting Returning to Work On Comment Approver Selected Upload File Submit Cancel @endsection @push('scripts') @endpush