@extends('layouts.app') @section('title', 'HR, Attendance & Payroll Settings') @section('content') @php($hrValues = $hr->settings ?? []) @php($attendanceValues = $attendance->settings ?? []) @php($payrollValues = $payroll->settings ?? [])

ERP Settings

HR, attendance & payroll

Company-wide defaults. Individual shifts, salaries and approved adjustments remain effective-dated records.

All settings
@csrf

HR defaults

Employment and expiry-monitoring rules.

Attendance defaults

Self-service and review controls; shift-level grace and overtime values can be more specific.

Payroll defaults

UAE payroll-cycle calculation and salary-payment defaults.

@if(auth()->user()->hasPermission('settings.edit'))@endif
@endsection