@php use App\Enums\ExpenseRequestStatus; @endphp
@extends('layouts/layoutMaster')
@section('title', __('Employee Expense 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/apex-charts/apex-charts.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/apex-charts/apexcharts.js',
'resources/assets/vendor/libs/select2/select2.js',
'resources/assets/vendor/libs/moment/moment.js',
'resources/assets/vendor/libs/flatpickr/flatpickr.js',
])
@endsection
@section('page-script')
@vite(['resources/assets/js/app/reports-employee-expense.js'])
@endsection
@section('content')
{{-- Breadcrumb Component --}}
{{ __('Total Employees') }}
{{ __('Average per Employee') }}
{{ __('Pending Approvals') }}
{{ __('Compliance Rate') }}
| {{ __('#') }} | {{ __('Employee') }} | {{ __('Total Submitted') }} | {{ __('Total Approved') }} | {{ __('Total Requests') }} | {{ __('Approval Rate') }} | {{ __('Pending') }} | {{ __('Actions') }} |
|---|