App Logo @if ($restaurant->show_logo_text) {{ $restaurant->name }} @endif
@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.myOrders')
  • @if (in_array('Table Reservation', $modules))
  • @lang('menu.myBookings')
  • @endif
  • @lang('menu.profile')
  • @lang('app.logout')
  • @endif