@extends('layouts.dashboard') @section('content')

CL-Casual Leave

PL-Paid Leave

CO-Comp. Off

RH-Restricated Holiday

NH-National Holiday

P-Present

@include('leave.employee', ['employees' => $employees, 'year' => $year, 'month' => $month])
@endsection @push('scripts') @endpush