Sucursales

@foreach ($companiesBrand as $company)

{{ $company['name'] }}

@if ($addressEnable)

{{ $company['address'] }}, {{ $company['commune'] }}

@endif @if ($phoneEnable)

{{ $company['phone'] }}

@endif @if ($wspEnable)

{{ $company['wsp'] }}

@endif @if ($emailEnable)

{{ $company['email'] }}

@endif

Horarios:

@foreach ($company['hours_group'] as $hour)
@if (count($hour['dias']) == 1) {{ reset($hour['dias']) }} @elseif (count($hour['dias']) == 2) {{ reset($hour['dias']) }} y {{ end($hour['dias']) }} @else {{ reset($hour['dias']) }} a {{ end($hour['dias']) }} @endif
{{ $hour['horario'] }}
@endforeach
@endforeach
@if ($coords)

Area de despacho

@endif