@if ($sectionData && isset($sectionData['section_2']) && $sectionData['section_2']['section_2'] == 1)
{{ $sectionData['section_2']['title'] }}
{{ $sectionData['section_2']['subtitle'] }}
{{ __('clinic.view_all') }}
@foreach ($sectionData['section_2']['category_id'] as $category_id) @include('frontend::components.card.shimmer_category_card') @endforeach @foreach ($sectionData['section_2']['category_id'] as $category_id) @php $category = \Modules\Clinic\Models\ClinicsCategory::where('id', $category_id)->first(); @endphp
@if ($category) @endif
@endforeach
@endif @push('after-scripts') @endpush