{{-- page-subheader --}} @if($_restaurant->logo_path) @endif {{ $_restaurant->name }} @include('shared.ratings') ( @lang('trans.rating.count_users', ['total' => '']) ) @include('shared.commons.list-paymethod', ['payment_methods' => false, 'class_ul' => 'nav nav-inline', 'class_li' => 'nav-item', 'class_p' => 'font-white', 'title' => trans('trans.payment_methods').': ']) {{-- submenu-section --}} @foreach (collectionMenuResto() as $menu) @php $menu = (array) $menu; $label_menu = (array) $menu['label_menu']; @endphp @if (strpos($menu['route'], 'home') === false) @include('shared.commons.icon-option-menu', ['option' => $menu['route']]) {{ $label_menu[$localeSelected] }} @endif @endforeach @lang('trans.comments')
@include('shared.ratings') ( @lang('trans.rating.count_users', ['total' => '']) )