@extends('layouts.app')
@section('title', 'Menu Groups')
@section('content')
| Name | Categories | Customer QR Ordering | |
@foreach ($menuGroups as $g)
| {{ $g->name }} |
{{ $g->categories_count }} |
|
|
@endforeach
Customer QR Ordering controls whether items under this group can be self-ordered by
customers scanning a table QR code. Keep alcohol, hookah, or anything age-restricted set to
Blocked — staff can still add these items normally through the regular POS screen.
@endsection