@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')
{{ __('The following employees have carry forward leaves that will expire within 30 days. Immediate action recommended.') }}
| {{ __('#') }} | {{ __('Employee') }} | {{ __('Leave Type') }} | {{ __('CF Leaves') }} | {{ __('Expiry Date') }} | {{ __('Urgency') }} |
|---|
{{ __('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') }} |
|---|
{{ __('Leave requests with potential policy violations including overlaps, insufficient balance, and extended leaves.') }}
| {{ __('#') }} | {{ __('Employee') }} | {{ __('Leave Type') }} | {{ __('Date Range') }} | {{ __('Days') }} | {{ __('Alerts') }} | {{ __('Status') }} |
|---|