@extends('layouts.admin') @section('page_kicker', 'Pharmacy') @section('page_title', 'Telehealth prescriptions') @section('content')
Telehealth scope
Suggestions only for non-controlled medications. Escalate to hospital care when clinically appropriate.
Recorded for compliance review
Recent entries
{{ $row->patient->name ?? 'Patient' }} · {{ $row->medication_name }}
{{ $row->created_at->format('M j, Y') }}
{{ $row->dosage }} — {{ $row->instructions }}
@if($row->hospital_referral)Hospital referral
@endif