@extends('layouts/layoutMaster') @section('title', __('Leave Balance Report')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/select2/select2.js', ]) @endsection @section('page-script') @vite(['resources/assets/js/app/leave-balance-report.js']) @endsection @section('content')
{{ __('Total Employees') }}
{{ __('Total Entitled') }}
{{ __('Total Used') }}
{{ __('Total Available') }}
| {{ __('#') }} | {{ __('Employee') }} | {{ __('Leave Type') }} | {{ __('Entitled') }} | {{ __('Used') }} | {{ __('Available') }} | {{ __('Carried Forward') }} | {{ __('Expiry Date') }} | {{ __('Actions') }} |
|---|