@if ($sectionData && isset($sectionData['section_5']) && $sectionData['section_5']['section_5'] == 1)
{{ $sectionData['section_5']['title'] }}
{{ $sectionData['section_5']['subtitle'] }}
{{ __('clinic.view_all') }}
@for ($i = 0; $i < 4; $i++) @include('frontend::components.card.shimmer_clinic_card') @endfor @foreach ($sectionData['section_5']['clinic_id'] as $clinic_id) @php $clinic = \Modules\Clinic\Models\Clinics::where('id', $clinic_id)->first(); @endphp
@if($clinic) @endif
@endforeach
@endif @push('after-scripts') @endpush