App Logo @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 ($restaurant->is_waiter_request_enabled) @livewire('forms.callWaiterButton', ['tableNumber' => $table->id ?? null, 'shopBranch' => $shopBranch]) @endif --}} @if ($this->shouldShowWaiterButton) @livewire('forms.callWaiterButton', ['tableNumber' => $table->id ?? null, 'shopBranch' => $shopBranch]) @endif
Toggle dark mode
@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.profile')
  • @lang('menu.myOrders')
  • @if (in_array('Table Reservation', $modules))
  • @lang('menu.myBookings')
  • @endif
  • @lang('app.logout')
@endif