@extends('layouts.app') @section('title', 'Patient Dashboard') @section('content')
Total Prescriptions
{{ $prescriptions->count() }}
Total Appointments
{{ $appointments->count() }}
Patient ID
{{ $patient->patient_id }}
#{{ $prescription->prescription_number }}
Dr. {{ $prescription->doctor->full_name }}
{{ $prescription->created_at->format('M d, Y') }}
No prescriptions yet.
@endif{{ $appointment->consultation_type }}
{{ $appointment->branch->name }}
{{ $appointment->appointment_date->format('M d, Y H:i') }}
No appointments yet.
@endifPatient record not found. Please contact the pharmacy to link your account.