@extends('layouts.app') @section('content')
Approved eRX prescriptions
| eRX ID | Patient Name | Medication | Sig (Directions) | Date Approved | Pharmacy | Actions |
|---|---|---|---|---|---|---|
| {{ $prescription['erx_id'] }} |
{{ $prescription['patient_name'] }} DOB: {{ $prescription['patient_dob'] }} |
{{ $prescription['medication'] }}
|
{{ $prescription['sig'] }} |
{{ \Carbon\Carbon::parse($prescription['date_approved'])->format('M d, Y') }}
{{ \Carbon\Carbon::parse($prescription['date_approved'])->format('g:i A') }} |
{{ $prescription['pharmacy'] }}
|
|
|
No prescriptions found Approved prescriptions will appear here |
||||||