Patients Directory
Manage all your patients and their treatment history in one place.
Total Patients
{{ $stats['total'] }}
Active Patients
{{ $stats['active'] }}
Pending Dues
{{ $stats['dues_count'] }}
New This Month
{{ $stats['new_month'] }}
Patient List {{ $patients->total() }} Records
| Patient Name | Contact Info | Assigned Doctor | Last Procedure | Last Visit | Tags / Labels | Balance | Actions |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($p->full_name,0,1)) }}
|
{{ $p->phone }} {{ $p->email ?? '—' }} |
{{ $p->assignedDoctor?->name ?? '—' }} | {{ $lastTx?->diagnosis?->name ?? $p->last_treatment ?? '—' }} | {{ $p->last_visit_date?->format('Y-m-d') ?? '—' }} | @forelse($p->tags as $t){{ $t->name }} @empty {{ ucfirst($p->crm_status) }}@endforelse | @if($due > 0){{ $cur }} {{ number_format($due,2) }} DUE @else● Paid in full@endif | |
| No patients found. | |||||||