@extends('layouts/layoutMaster') @section('title', __('Leave Compliance Report')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', ]) @endsection @section('page-script') @vite(['resources/assets/js/app/leave-compliance-report.js']) @endsection @section('content')
{{-- Breadcrumb Component --}} {{-- Summary Alert Cards --}}
{{ __('Expiring Soon') }}

-

{{ __('Carry forward leaves expiring within 30 days') }}
{{ __('Encashment Eligible') }}

-

{{ __('Employees with high unused leave balance') }}
{{ __('Policy Alerts') }}

-

{{ __('Leaves requiring attention') }}
{{-- Section 1: Expiring Carry Forward Leaves --}}
{{ __('Expiring Carry Forward Leaves') }}
0

{{ __('The following employees have carry forward leaves that will expire within 30 days. Immediate action recommended.') }}

{{ __('#') }} {{ __('Employee') }} {{ __('Leave Type') }} {{ __('CF Leaves') }} {{ __('Expiry Date') }} {{ __('Urgency') }}
{{-- Section 2: Encashment Eligible Employees --}}
{{ __('Encashment Eligible Employees') }}
0

{{ __('Employees with high unused leave balance eligible for encashment. Consider leave encashment policy application.') }}

{{ __('#') }} {{ __('Employee') }} {{ __('Leave Type') }} {{ __('Available Leaves') }} {{ __('Max Encashment') }} {{ __('Eligible for Encashment') }} {{ __('Status') }}
{{-- Section 3: Policy Alerts --}}
{{ __('Policy Alerts & Violations') }}
0

{{ __('Leave requests with potential policy violations including overlaps, insufficient balance, and extended leaves.') }}

{{ __('#') }} {{ __('Employee') }} {{ __('Leave Type') }} {{ __('Date Range') }} {{ __('Days') }} {{ __('Alerts') }} {{ __('Status') }}
{{-- Page Data for JavaScript --}} @endsection