@include('shared.commons.logo', ['logo' => 'nav'])
@include('shared.search_directory', ['id_elemt' => 'header', 'button_class' => 'btn-white-outline'])
@include('shared.commons.logo', ['logo' => 'nav']) @if(config('resto.is_disabled_login_reorder') == '' || config('resto.is_disabled_login_reorder') == false)
@lang('trans.reorder')
@endif
    @if (\Request::route()->getName() == 'order-online' || \Request::route()->getName() == 'menu-views' || \Request::route()->getName() == 'flyer' || \Request::route()->getName() == 'coupons' || \Request::route()->getName() == 'reservation' || \Request::route()->getName() == 'photos' || \Request::route()->getName() == 'customer-support' || \Request::route()->getName() == 'contact-us' || \Request::route()->getName() == 'comments') {{-- List page menu --}} @include('shared.commons.list-page-menu', [ 'list_page_additionals' => ['comments'], 'class_li' => 'nav-item option-menu', 'class_a' => 'nav-link' ]) @endif @if(config('resto.is_disabled_login_reorder') == '' || config('resto.is_disabled_login_reorder') == false) @guest
  • @include('shared.commons.header_btn_user', ['class' => 'nav-link click-open-login-modal', 'class_span' => 'nav-link-title'])
  • @endguest @auth
  • @include('shared.commons.logo_name_user', ['class_span' => 'nav-link-title'])
    @include('shared.commons.header_menu_user', ['not_user_name' => true])
  • @endauth @endif @if (count($template_config->lang_list) > 1)
  • @include('shared.commons.header_btn_lang') @include('shared.commons.header_menu_lang', ['class' => 'dropdown-menu', 'labelledby' => 'dropdownMenuLanguage'])
  • @endif @if (\Request::route()->getName() != 'set-checkout' && \Request::route()->getName() != 'voucher-finish')
  • 0
  • @endif