{{-- page-subheader --}} @php $route_name = $route_name = (\Request::route() ? \Request::route()->getName():'welcome'); $header_page = $header_page_share_config ?? ($page_config->header ?? null); $header_img = $header_page->image ?? null; $header_img = ($route_name != 'customer-support' && $route_name != 'contact-us' && $route_name != 'customer.profile' && $route_name != 'addresses.index' && $route_name != 'orders-history-list') ? $header_img:($header_page_order_config->image ?? $header_img); $page_title = ucfirst((isset($header_page) && isset($header_page->title)) ? ($header_page->title->$localeSelected ?? ($page_config->label_menu->$localeSelected ?? '')) : ($page_config->label_menu->$localeSelected ?? '')); @endphp @if($route_name != 'welcome' && $route_name != 'home')
{{-- Name Restaurant --}}

{{ ($tplData['restaurant_name'] ?? 'TastyBoom') }}

{{-- Page Title --}} @if($page_title)
{!! $page_title !!} @if($route_name == 'order-online') @endif
@endif @if(isset($header_page->description->$localeSelected))

{!! $header_page->description->$localeSelected ?? '' !!}

@endif

@include('shared.ratings', ['rating' => $resto_total_ratings_votes]) ( @lang('trans.rating.count_users', ['total' => '']) )

@if($route_name == 'order-online') @include('shared.commons.list-paymethod', ['payment_methods' => false, 'class_ul' => 'nav nav-inline ul-payment-methods', 'class_li' => 'nav-item']) @endif
@else @include('shared.slider-body'.(($template_config->template->slider_models == 'backgrund') ? '-'.$template_config->template->slider_models:''), ['class' => 'inner-page-hero bg-image page-subheader']) @endif {{-- ./page-subheader --}}