@foreach ($sections as $section) @if($section->key == 'addresses')

{{$section->title}}

{{$section->short_desc}}

@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($clinics as $clinic) @endforeach