@extends('layouts.app') @section('title', 'Menu Groups') @section('content')

Menu Groups (Sub-Menus)

Categories
@foreach ($menuGroups as $g) @endforeach
NameCategoriesCustomer QR Ordering
{{ $g->name }} {{ $g->categories_count }}
@csrf @method('PUT')
@csrf @method('DELETE')
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