@if(count($_restaurant->branches) == 1)
    @include('shared.commons.list-social-network', ['branch_social_media' => $_branch->branch_social_media, 'class_li' => 'list-inline-item', 'class_a' => 'nav-link'])
@endif
    @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')
  • @endauth
@include('shared.commons.logo', ['class' => 'loader-info', 'logo' => 'mobile']) @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
    @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' => 'dropdownMenuLanguage'])
  • @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
@if($_branch->show_phone && count($_restaurant->branches) == 1) @include('shared.commons.iconsvg.icon-phone') {{-- @lang('trans.call_phone') --}} @endif

@include('shared.commons.logo', ['logo' => 'mobile'])

( @lang('trans.rating.count_users', ['total' => '']) )
@include('shared.ratings', ['rating' => $resto_total_ratings_votes])
  • @include('shared.commons.logo', ['class' => 'img-logo']) @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 text-capitalize' ]) @if(config('resto.is_disabled_login_reorder') == '' || config('resto.is_disabled_login_reorder') == false) @include('shared.commons.iconsvg.icon-reorder') {{ trans('trans.reorder') }} @endif
    @if(count($_restaurant->branches) == 1) @include('shared.commons.list-social-network', ['branch_social_media' => $_branch->branch_social_media, 'class_li' => 'list-inline-item', 'class_a' => 'nav-link']) @endif
    @foreach ($_restaurant->branches as $b) {{--@if($loop->index <= 1)--}} @if($b->show_phone)
  • {{ phoneBrige($b) }}
  • @endif @if($b->show_address)
  • {{ $b->address_show }}
  • @endif {{--@endif--}} @endforeach