@extends('layouts.app') @section('content')

Set the right permissions for every role in your operation.

@foreach([ ['Cashier', 'Can bill, collect payment, and view their own shift report. Cannot edit items, apply unapproved discounts, or void without manager PIN.'], ['Captain', 'Can take orders on handheld, send to KDS. Cannot access billing or settlement.'], ['Manager', 'Can approve voids, apply discounts, view shift reports, and manage staff for their outlet.'], ['Area Manager','Can view all outlets in their zone. Can compare performance and access consolidated reports.'], ['HQ / Owner', 'Full access — push menus, set pricing, manage permissions, view all outlet data and chain-level reports.'], ['Franchise', 'Can manage their own outlet fully, within the brand standards and menus set by the franchisor.'], ] as [$role, $desc])
{{ $role }}

{{ $desc }}

@endforeach

Every action logged. Nothing hidden.

@endsection