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