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