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

Import / Export Menu

Download Current Menu (CSV)

Moving to a new install (new domain, new database)? Download the current menu here, then upload it on the new site's Import Menu page below — this brings over just your categories, items, and prices, not orders/staff/test data.

Upload a CSV export of your menu. Expected columns (header row required, case-insensitive): Type, Dish, Variant, Sub Menu, Category, Price — extra columns (HS Code, Discount, Tax Rate, Description) are fine and ignored.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Alcohol/hookah safety check: any new menu group whose name contains words like "bar", "whiskey", "beer", "wine", "rum", "vodka", or "hookah" is automatically set to Blocked for customer QR self-ordering. Everything else defaults to Allowed. Always double-check Menu Groups after importing — the heuristic is a safety net, not a guarantee.
@endsection