@extends('dashboard.layouts.app') @section('content')
Configuration
@can('hr_configuration_late_minutes') {{-- Late Minutes Section --}}
@can('hr_configuration_update') @endcan
@endcan @can('hr_configuration_shift_start') {{-- Shift Start Section --}}
@can('hr_configuration_update') @endcan
@endcan @can('hr_configuration_shift_end') {{-- Shift End Section --}}
@can('hr_configuration_update') @endcan
@endcan @can('hr_configuration_attendance_start') {{-- Attendance Start Section --}}
@can('hr_configuration_update') @endcan
@endcan @can('hr_configuration_allowed_period_to_pay_invoices') {{-- Allowed Period Section --}}
@can('hr_configuration_update') @endcan
@endcan
@endsection @push('scripts') @endpush