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

Settings

@can('users.manage')
General Setting
๐Ÿ“‡ Restaurant Details
Name, address, PAN/VAT, phone
๐Ÿ”” Notifications
Master on/off switch for push notifications
๐Ÿ“ Department (Sub-Menus)
Manage menu groups & assign printers per category
๐Ÿ‘ค User Role
Assign roles with limitations
@endcan @can('accounting.manage')
Order Setting
๐Ÿงพ Invoice Setting
VAT, service charge, tips, void approval threshold, receipt footer
@can('products.manage')
๐Ÿ–จ๏ธ KOT Setting
KOT/BOT/COT printer setup and routing
@endcan
๐Ÿ“Š Tax & Rates
VAT rate, inclusive/exclusive pricing
@endcan @can('users.manage')
System
๐Ÿข Branches
Manage multiple locations
๐Ÿ’พ Backup & Restore
Full data export/import
๐Ÿ“œ Audit Log
Every create/update/delete on sensitive records
๐Ÿ›๏ธ CBMS Sync (IRD)
Invoice push status to Nepal's tax authority system
@endcan @endsection