@extends('layouts.layoutMaster') @section('title', __('Attendance Dashboard')) @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/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/select2/select2.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/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/apex-charts/apexcharts.js' ]) @endsection @section('content')
{{ __('Present Today') }}

0

{{ __('Absent Today') }}

0

{{ __('Late Arrivals') }}

0

{{ __('Pending Requests') }}

0

{{ __('Attendance Trends (Last 30 Days)') }}
{{ __('Weekly Summary') }}
{{ __('Average Attendance') }} 0
{{ __('Total Hours') }} 0 hrs
{{ __('Team Size') }} 0

{{ __('This Week vs Last Week') }} +0%
{{ __('Today\'s Team Attendance') }}
{{ __('Employee') }} {{ __('Department') }} {{ __('Status') }} {{ __('Check In') }} {{ __('Check Out') }} {{ __('Total Hours') }}
{{ __('Pending Regularization Requests') }}
{{ __('View All') }}
{{ __('Employee') }} {{ __('Date') }} {{ __('Type') }} {{ __('Requested Times') }} {{ __('Actions') }}
@endsection @section('page-script') @vite(['resources/assets/js/app/hrcore-attendance-dashboard.js']) @endsection