@php // if ($restaurant->branches->count() > 1) { $background_section = isset($template_config->template->background->image) ? asset_remote('backgrounds').'/'.$template_config->template->background->image : asset('img/base/background.jpg'); if (!is_null($page_config) && array_key_exists('seccion', $page_config)) { foreach ($page_config->seccion as $section) { if ($section->id == 1) { $background_section = $section->background_image ?? $background_section; } } } // } @endphp
@if(\Request::route()->getName() == 'order-online' && $_restaurant->status == 2)
@include('shared.commons.iconsvg.icon-flyer')

@lang('alerts.loading_menu')

@endif @if( !(isset($page_config->is_only_form) && $page_config->is_only_form) ) @include('shared.commons.info.info-section-map') @endif
@if( count($_restaurant->branches) == 1 && !(isset($page_config->is_only_form) && $page_config->is_only_form) ) @include('shared.commons.info.info-section-details') @endif @include('shared.commons.info.info-section-form')