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

⚙️ Admin Settings

Business-wide settings that don't belong to any single module.

@can('users.manage')
Business Settings
Name, address, PAN/VAT number, VAT rate, void approval threshold
Branches
Manage multiple locations
Backup & Restore
Full data export/import — for migrating installs or disaster recovery
Audit Log
Every create/update/delete on sensitive records
CBMS Sync (IRD)
Invoice push status to Nepal's tax authority system
@else

You don't have permission to view admin settings.

@endcan @endsection