@foreach ($sections as $section) @if ($section->key == 'services') @include('Website.partials._banner', ['banner' => $section]) @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