@extends('layouts.admin') @section('page_kicker', 'Medication') @section('page_title', 'Prescription management') @section('content')
Doctor-authored medication order.
Line items and fulfillment state.
#{{ $prescription->id }} · {{ $prescription->status }} · Patient: {{ $prescription->patient->name ?? $prescription->patient_id }}
Doctor: {{ $prescription->doctor->name ?? $prescription->doctor_id }} · {{ $prescription->created_at }}