@if ($restaurant->show_logo_text)
{{ $restaurant->name }}
@endif
@if (languages()->count() > 1) @livewire('shop.languageSwitcher') @endif
@lang('menu.openMainMenu')
@livewire('forms.shopSelectBranchMobile', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
@if ($restaurant->allow_customer_orders)
@lang('menu.newOrder')
@endif @if (in_array('Table Reservation', $modules))
@lang('menu.bookTable')
@endif @if (!is_null(customer()))
@lang('menu.myAddresses')
@lang('menu.myOrders')
@if (in_array('Table Reservation', $modules))
@lang('menu.myBookings')
@endif
@lang('menu.profile')
@lang('app.logout')
@endif