Orange
POS Terminal
Store Billing Counter #01
Cashier:
{{ auth()->user()->name ?? 'Cashier Admin' }}
Date:
{{ date('d M Y') }}
Admin Panel
@yield('content')
@yield('scripts')