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

Business Settings — Billing & Tax

@csrf @method('PUT')
Required for IRD-compliant tax invoices in Nepal. Printed on every bill.
Nepal's standard VAT rate is 13%.
vat_inclusive_pricing ? 'checked' : '' }}>
Applied to every new order's subtotal automatically. Set to 0 if you don't charge one.
tips_enabled ? 'checked' : '' }}>
Shown at the bottom of every printed receipt, in place of the default "Thank you, come again!"
Orders above this amount can't be voided directly by cashiers — it becomes a request a manager/admin must approve first. Set to 0 to disable this check entirely.
Changing the VAT rate only affects new orders from this point forward — past invoices keep the tax amount that was calculated at the time.
@endsection