@extends('frontend::layouts.master')
@section('title', __('frontend.clinics'))
@section('content')
@include('frontend::components.section.breadcrumb')
{{ __('frontend.filter_by') }}
@for ($i = 0; $i < 8; $i++)
@include('frontend::components.card.shimmer_clinic_card')
@endfor
@endsection
@push('after-styles')
@endpush
@push('after-scripts')
@endpush