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