@php $header_page = $header_page_share_config ?? ($page_config->header ?? null); $header_img = $header_page->image ?? null; $header_img = (\Request::route()->getName() != 'customer-support' && \Request::route()->getName() != 'contact-us' && \Request::route()->getName() != 'customer.profile' && \Request::route()->getName() != 'addresses.index' && \Request::route()->getName() != '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
{{-- Name Restaurant --}}

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

{{-- Page Title --}} @if($page_title)
{!! $page_title !!} @if(\Request::route()->getName() == '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(\Request::route()->getName() == 'order-online') @include('shared.commons.list-paymethod', ['payment_methods' => false, 'class_ul' => 'nav nav-inline ul-payment-methods', 'class_li' => 'nav-item']) @endif