@endif
@if ($phoneEnable)
@endif
@if ($wspEnable)
@endif
@if ($emailEnable)
@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'] }}