@extends('layouts.app') @section('title', 'All Prescriptions') @section('content')
| Prescription # | Patient | Date | Items | Actions | ||
|---|---|---|---|---|---|---|
| {{ $prescription->prescription_number }} |
{{ $prescription->patient->full_name }}
{{ $prescription->patient->patient_id }}
|
{{ $prescription->created_at->format('M d, Y') }} | {{ $prescription->items->count() }} item(s) | |||
| No prescriptions found. | ||||||