@extends('layouts.layoutMaster') @section('title', __('Overtime Hours Report')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/apex-charts/apex-charts.scss', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/apex-charts/apexcharts.js', ]) @endsection @section('page-script') @vite([ 'resources/assets/js/app/hrcore-overtime-report.js', ]) @endsection @section('content')
{{-- Breadcrumb --}} {{-- Statistics Cards --}}

0.00

{{ __('Total Overtime Hours') }}

0

{{ __('Employees with Overtime') }}

0.00

{{ __('Avg Overtime/Employee') }}

0.00

{{ __('Weekend Overtime') }}
{{-- Filters --}}
{{ __('Filters') }}
{{-- Charts Row --}}
{{-- Overtime by Department Chart --}}
{{ __('Overtime by Department') }}
{{-- Overtime Breakdown Chart --}}
{{ __('Overtime Breakdown') }}
{{-- Monthly Trend Chart --}}
{{ __('Monthly Overtime Trend') }}
{{-- Overtime Table --}}
{{ __('Overtime Records') }}
{{ __('Employee') }} {{ __('Department') }} {{ __('Date') }} {{ __('Day Type') }} {{ __('Shift Details') }} {{ __('Check Times') }} {{ __('Working Hours') }} {{ __('Overtime Hours') }} {{ __('Approval Status') }} {{ __('Actions') }}
{{-- Page Data for JavaScript --}} @endsection