@extends('layouts.app') @section('content')
| Patient | Doctor | Follow-up | Action |
|---|---|---|---|
| {{ $prescription->patient->user->name }} | {{ $prescription->doctor?->user?->name ?? '-' }} | {{ $prescription->follow_up_date?->format('d M Y') ?? '-' }} | View |
| No prescriptions found. | |||