@foreach ($sections as $section) @if ($section->key == 'addresses') @include('Website.partials._banner', ['page_title' => $section->title]) @endif @endforeach
@foreach($site_addresses as $clinic) @endforeach @for($day = 0; $day <= 6; $day++) @foreach($site_addresses as $clinic) @php $hours = $clinic->getWorkingHoursForDay($day); @endphp @endforeach @endfor
{{__('website.day')}}{{ $clinic->title }}
{{ app()->getLocale() === 'ar' ? \App\Models\WorkingHour::DAYSAR[$day] : \App\Models\WorkingHour::DAYSEN[$day] }} @if($hours && !$hours->is_closed) @else - @endif
@foreach($site_addresses as $clinic) @endforeach