App Logo {{ $restaurant->name }} @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')
  • (!request()->routeIs(["book_a_table"])), 'dark:text-skin-base text-skin-base' => (request()->routeIs(["book_a_table"]))]) aria-current="page">@lang('menu.bookTable')
  • (!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])
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')
  • @lang('menu.myBookings')
  • @lang('app.logout')
@endif