{{ $restaurant->name }}
Open main menu
@if ($restaurant->allow_customer_orders)
@lang('menu.newOrder')
@endif
@lang('menu.bookTable')
@if (!is_null(customer()))
@lang('menu.myOrders')
@lang('menu.myBookings')
@lang('menu.profile')
@lang('app.logout')
@endif