@if ($restaurant->show_logo_text)
{{ $restaurant->name }}
@endif
@livewire('forms.shopSelectBranch', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
!request()->routeIs(['home']), 'dark:text-skin-base text-skin-base' => request()->routeIs(['home']), ]) aria-current="page">@lang('menu.home')
@if (in_array('Table Reservation', $modules))
!request()->routeIs(['book_a_table']), 'dark:text-skin-base text-skin-base' => request()->routeIs([ 'book_a_table', ]), ]) aria-current="page">@lang('menu.bookTable')
@endif
!request()->routeIs(['about']), 'dark:text-skin-base text-skin-base' => request()->routeIs(['about']), ]) aria-current="page">@lang('menu.about', [$restaurant->hash])
!request()->routeIs(['contact']), 'dark:text-skin-base text-skin-base' => request()->routeIs(['contact']), ]) aria-current="page">@lang('menu.contact', [$restaurant->hash])
@if ($showWaiterButtonCheck) @livewire('forms.callWaiterButton', ['tableNumber' => $table->id ?? null, 'shopBranch' => $shopBranch]) @endif
@lang('app.toggleDarkMode')
@if (isset($orderItemCount) && $orderItemCount > 0)
{{ $orderItemCount }}
@endif
@if (is_null(customer()) && $restaurant->customer_login_required)
@lang('app.login')
@endif @if (!is_null(customer()))
@lang('menu.myAccount')
@lang('menu.profile')
@lang('menu.myAddresses')
@lang('menu.myOrders')
@if (in_array('Table Reservation', $modules))
@lang('menu.myBookings')
@endif
@lang('app.logout')
@endif
@lang('menu.openMainMenu')