@extends('frontend::layouts.master') @section('title', __('frontend.other_patient')) @section('content') @include('frontend::components.section.breadcrumb')
{{__('messages.all_patients')}}
    @for ($i = 0; $i < 8; $i++) @include('frontend::components.card.shimmer_other_patient_card') @endfor

No Patients Found

You haven't added any patients yet.

@endsection @push('after-styles') @endpush @push('after-styles') @endpush @push('after-scripts') @endpush @push('after-scripts') @endpush