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