{{ $branch->address }}, {{ $branch->city }}
{{-- Estado actual --}} @php $isOpen = $branch->isOpenNow(); $today = strtolower(date('l')); $todayHours = $branch->business_hours[$today] ?? null; @endphp{{ $branch->description }}
| {{ $day }} @if($isToday) HOY @endif | @if($hours && !empty($hours['open']) && !empty($hours['close'])) {{ $hours['open'] }} - {{ $hours['close'] }} @if(($branch->schedule_type ?? '') == 'split' && !empty($hours['open2']) && !empty($hours['close2'])) y {{ $hours['open2'] }} - {{ $hours['close2'] }} @endif @else Cerrado @endif |
{{ $branch->manager_name }}
@if($branch->manager_phone) Tel: {{ $branch->manager_phone }} @endif