@extends('layouts.admin')
@section('title','Patients')
@section('styles')
@endsection
@section('content')
List of Patients (0)
| Name |
Email |
Mobile No. |
Date/Time |
Action |
@include('dashboard.merchants.patients.partials.view-patient')
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush