@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')
| {{ __('Employee') }} | {{ __('Department') }} | {{ __('Status') }} | {{ __('Check In') }} | {{ __('Check Out') }} | {{ __('Total Hours') }} |
|---|
| {{ __('Employee') }} | {{ __('Date') }} | {{ __('Type') }} | {{ __('Requested Times') }} | {{ __('Actions') }} |
|---|