@extends('layouts.app') @section('title', 'My Prescriptions') @section('content')
| Prescription # | Patient | Date | Diagnosis | Actions |
|---|---|---|---|---|
| {{ $prescription->prescription_number }} | {{ $prescription->patient->full_name }} | {{ $prescription->created_at->format('M d, Y') }} | {{ $prescription->diagnosis ?? 'N/A' }} | View Download PDF |