{{-- List page menu for all templates @param array $list_page_additionals (optional) list route name of pages additionals for menu @param string $class_li (optional) list class name of style for tag li @param string $class_a (optional) list class name of style for tag a --}} @foreach (collectionMenuResto($template_config) as $page_menu) @if ( $template_name != 'template5' || ($template_name == 'template5' && $page_menu->route != 'order-online') ) @php $link_page = getLinkOptionMenu($page_menu); @endphp @if ($template_name != 'template5' && $page_menu->route == 'order-online' && in_array('orders-history-list', $list_page_additionals) !== false && (config('resto.is_disabled_login_reorder') == '' || config('resto.is_disabled_login_reorder') == false))
  • @include('shared.commons.iconsvg.icon-reorder') {{ trans('trans.reorder') }}
  • @endif @endif @endforeach @if ($template_name == 'template5' && in_array('orders-history-list', $list_page_additionals) !== false && (config('resto.is_disabled_login_reorder') == '' || config('resto.is_disabled_login_reorder') == false))
  • @include('shared.commons.iconsvg.icon-reorder') {{ trans('trans.reorder') }}
  • @if(!auth()->check() && config('resto.type_page') == 4) @endif @endif @if (in_array('comments', $list_page_additionals) !== false)
  • @lang('trans.comments')
  • @endif @if ($template_name != 'template1') @guest @endguest @auth @endauth @endif @if (count($template_config->lang_list) > 1 && $template_name != 'template3') @endif