@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')
{{-- Breadcrumb Component --}} {{-- Summary Cards --}}

{{ __('Total Employees') }}

-

{{ __('Total Entitled') }}

-

{{ __('days') }}

{{ __('Total Used') }}

-

{{ __('days') }}

{{ __('Total Available') }}

-

{{ __('days') }}
{{-- Filters Card --}}
{{ __('Filters') }}
{{-- Year Filter --}}
{{-- Employee Filter --}}
{{-- Department Filter --}}
{{-- Leave Type Filter --}}
{{-- Expiring Soon Checkbox --}}
{{-- Leave Balance Table --}}
{{ __('Leave Balance Details') }}
{{ __('#') }} {{ __('Employee') }} {{ __('Leave Type') }} {{ __('Entitled') }} {{ __('Used') }} {{ __('Available') }} {{ __('Carried Forward') }} {{ __('Expiry Date') }} {{ __('Actions') }}
{{-- Balance Details Modal --}} {{-- Page Data for JavaScript --}} @endsection