@extends('layouts.layoutMaster') @section('title', __('Monthly Attendance Summary')) @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', ]) @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', ]) @endsection @section('page-script') @vite([ 'resources/assets/js/app/attendance-monthly-summary.js', ]) @endsection @section('content')
{{-- Breadcrumb --}} {{-- Summary Statistics Cards --}}

0

{{ __('Total Employees') }}

0%

{{ __('Average Attendance') }}

0h

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

0h

{{ __('Total Overtime') }}
{{-- Filters Card --}}
{{ __('Filters') }}
{{-- Monthly Summary Table --}}
{{ __('Employee-wise Monthly Summary') }}
{{ __('Employee') }} {{ __('Present Days') }} {{ __('Absent Days') }} {{ __('Late Days') }} {{ __('Half Days') }} {{ __('Working Hours') }} {{ __('Late Hours') }} {{ __('Early Hours') }} {{ __('Overtime Hours') }} {{ __('Attendance %') }} {{ __('Actions') }}
{{-- Page Data for JavaScript --}} @endsection