@include('Commonheader')
@include('sidebar')
@include('restaurant.navbar')

🍽️ Restaurant POS

@if(session('success'))
{{ session('success') }}
@endif

🧾 Bill Details

Item Price Food Type QTY Subtotal
Total 0.00
@include('Commonscript')