@php $count_delivery_areas_code = count(activeDeliveryAreasCode($branch->delivery_areas_code)); @endphp @include('shared.commons.container-map', ['id' => $branch->id, 'class' => 'iframe-map-branch', 'branch' => $branch])
@if($branch->show_address)

{!! getAddressBranch($branch) !!}

@endif @if($branch->show_phone) @php //** Verificamos si hay telefonos extra para mostrar $phones_extras = getParamExtraByBranch($page_config, $branch->id, 'phones'); //-- @endphp

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

@endif
@if (!is_only_pickup($branch) && $count_delivery_areas_code > 0)
@if($branch->search_criteria == 'code') @endif @include('shared.commons.delivery-areas', ['branche_data' => $branch, 'is_table' => true])
@lang('trans.postal_code')@lang('orders.fee') @lang('orders.min')
@endif @if (!is_only_pickup($branch) && ($branch->deliveries_hours->count() > 0))
@include('shared.commons.delivery-hours', ['branche_data' => $branch, 'is_table' => true])
@endif @if (is_only_pickup($branch) || $branch->opening_hours->count() > 0)
@if(is_only_pickup($branch)) @include('shared.commons.delivery-hours', ['branche_data' => $branch, 'is_table' => true]) @else @include('shared.commons.opening-hours', ['branche_data' => $branch, 'is_table' => true]) @endif
@endif