@if ( \Request::route() && \Request::route()->getName() != 'set-checkout' && \Request::route()->getName() != 'voucher-finish' && config('resto.type_page') != 4)
  • ...
  • @endif @if (count($template_config->lang_list) > 1)
  • @include('shared.commons.header_btn_lang') @include('shared.commons.header_menu_lang', ['class' => 'dropdown-menu dropdown-menu-right', 'labelledby' => 'dropdownMenuLanguageMobile'])
  • @endif @guest
  • @include('shared.commons.header_btn_user', ['class' => 'nav-link click-open-login-modal'])
  • @endguest @auth
  • @include('shared.commons.logo_name_user', ['not_name' => true])
    @include('shared.commons.header_menu_user')
  • @endguest
@include('shared.commons.logo', ['logo' => 'mobile'])
@if($_branch->show_phone && count($_restaurant->branches) == 1) @include('shared.commons.iconsvg.icon-phone') {{-- @lang('trans.call_phone') --}} @endif

{{ $tplData['restaurant_name'] ?? 'TastyBoom' }}

  • @include('shared.commons.logo', ['class' => 'img-logo-nav', 'logo' => 'nav'])
  • {{-- List page menu --}} @include('shared.commons.list-page-menu', [ 'list_page_additionals' => ['orders-history-list'], 'class_li' => 'nav-item', 'class_a' => 'nav-link' ]) @if (count($template_config->lang_list) > 1)
  • @include('shared.commons.header_btn_lang') @include('shared.commons.header_menu_lang', ['class' => 'dropdown-menu dropdown-menu-right', 'labelledby' => 'dropdownMenuLanguageMobile'])
  • @endif @guest
  • @include('shared.commons.header_btn_user', ['class' => 'nav-link click-open-login-modal'])
  • @endguest @auth
  • @include('shared.commons.logo_name_user', ['not_name' => true])
    @include('shared.commons.header_menu_user')
  • @endauth @if (\Request::route()->getName() != 'set-checkout' && \Request::route()->getName() != 'voucher-finish')
  • @include('shared.commons.iconsvg.icon-cart-shopping') 0
  • @endif
{{--rating-content--}} @foreach ($_restaurant->branches as $b) {{--@if($loop->index <= 1)--}} @if($b->show_address)

{{ $b->address_show }}

@endif @if($b->show_phone)

{{ phoneBrige($b) }}

@endif {{--@endif--}} @endforeach
@lang('trans.data_privacy_statement')