@extends('layouts.app') @section('title', 'ERP Settings') @section('content')

Administration

ERP settings

Configuration is separated into focused groups so operational settings remain understandable and auditable.

@php($groups = [ ['Company & legal','Trade identity, UAE registrations and contact details','app.settings.company.profile','CO'], ['Branches','Branch access and working hours','app.settings.branches.index','BR'], ['HR, attendance & payroll','Probation, alerts, punches, overtime and pay-cycle rules','app.settings.hr.index','HR'], ['Departments & counters','Operational ownership and counter setup','app.settings.departments.index','DP'], ['Services & workflows','Government services, documents, fees and stages','app.settings.services.index','SE'], ['Billing & VAT','Invoice, receipt, bank and tax presentation','app.settings.billing.index','BI'], ['Renewals','Reminder windows and renewal automation','app.settings.renewals.index','RE'], ['Communication','Email and WhatsApp sender configuration','app.settings.communication.index','CM'], ['Branding','Logos, brand colors and white-label presentation','app.settings.branding.index','BD'], ['Operations','Queue and day-to-day workflow defaults','app.settings.operations.index','OP'], ])
@foreach($groups as [$title,$description,$routeName,$code]) {{ $code }}

{{ $title }}

{{ $description }}

@endforeach
@endsection