Welcome back, {{ auth()->user()->name }}!
Search by name, ID, email, or phone number
Latest registered patients
{{ $patient->full_name }}
ID: {{ $patient->patient_id }}
{{ $patient->created_at->format('M d, Y') }}
View →
No patients registered yet
Get started by registering a new patient.
Latest patient visits
{{ $record->patient->full_name }}
{{ $record->visit_type }} • {{ $record->doctor->name }}
{{ $record->visit_date->format('M d, Y') }}
{{ $record->visit_date->diffForHumans() }}
No medical records yet
Medical records will appear here as they are created.