{{-- info-section-details (info-section2) --}} {{-- Se podra agregar un titulo y desripcion personalizada para esta seccion, solo SI se configura por el panel(backend-template), la seccion1 con Sub-Sections/Element-subsection de ID=2, para la pagina Info(Contact-us/Customer-Support) --}} @php $section2 = null; if (isset($page_config)) { if (array_key_exists('seccion', $page_config)) { foreach ($page_config->seccion as $section) { if ($section->id == 1) { foreach ($section->element_seccion as $items) { if ($items->id == 2) { $section2 = $items; } } } } } } $phones_extras = getParamExtraByBranch($page_config, $_branch->id, 'phones'); @endphp
@if(!is_only_pickup($_branch))

@include('shared.commons.iconsvg.icon-moto-delivery')

@endif
@if(!is_only_pickup($_branch))
@if($_branch->search_criteria == 'code') @endif @include('shared.commons.delivery-areas', ['is_table' => true])
@lang('trans.postal_code')@lang('orders.fee') @lang('orders.min')
@endif @if($_branch->show_address)

@lang('trans.address')

{!! getAddressBranch() !!}

@endif @if($_branch->show_address && $_branch->show_phone)
@endif @if($_branch->show_phone)

@lang('trans.phone')

{{ $_branch->phone1 }} @if(count($phones_extras) > 0) @foreach($phones_extras as $phone)   |  {{ $phone }} @endforeach   | @endif

@endif @if(!is_only_pickup($_branch) && count($_branch->opening_hours) > 0)

@lang('trans.opening_hours')

@include('shared.commons.opening-hours')
@endif

{{ is_only_pickup($_branch) ? trans('trans.opening_hours') : (count($_branch->opening_hours) > 0 ? trans('trans.delivery_hours') : trans('trans.delivery_hours_openning')) }}

@include('shared.commons.delivery-hours')
@if($section2)

{{ $section2->title->$localeSelected ?? '' }}

{{ $section2->text->$localeSelected ?? '' }}

@endif