{{-- page-subheader --}}
@if($_restaurant->logo_path)
{{ $_restaurant->name }}
@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 --}}