@extends('layouts.layoutMaster') @section('title', __('My Compensatory Offs')) @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/select2/select2.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.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/select2/select2.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js' ]) @endsection @section('content')

{{ __('Total Earned') }}

{{ $statistics['total_earned'] ?? 0 }}

{{ __('Available') }}

{{ $statistics['available'] ?? 0 }}

{{ __('Used') }}

{{ $statistics['used'] ?? 0 }}

{{ __('Expired') }}

{{ $statistics['expired'] ?? 0 }}

{{ __('My Compensatory Offs') }}
{{ __('Worked Date') }} {{ __('Hours Worked') }} {{ __('Comp Off Days') }} {{ __('Expiry Date') }} {{ __('Status') }} {{ __('Usage Status') }} {{ __('Actions') }}
{{ __('Request Compensatory Off') }}
{{ __('Date when you worked extra hours') }}
{{ __('Total extra hours worked') }}
{{ __('Automatically calculated (8 hours = 1 day)') }}
{{ __('Explain why you worked extra hours') }}
{{ __('Compensatory Off Details') }}
{{ __('Loading...') }}
@endsection @section('page-script') @vite('resources/assets/js/app/my-comp-offs.js') @endsection