Prescription List
- Medicine: {{ $prescription->drug->NewRx }}, Strength: {{ $prescription->strength }}, Unit: {{ $prescription->unit }}, Volume/Quantity: {{ $prescription->quantity }}, Flavor: {{ $prescription->flavor }}, Is Refill: {{ $prescription->refill ? 'Yes' : 'No' }}
Optional Note
{{ $prescription->pharmacy_note }}
Directions for Use
{{ $prescription->directions }}
Is Generic Substitution Permissible?
{{ $prescription->substitution_permissible ? 'Yes' : 'No' }}
Prescribing Veterinarian
{{ $prescription->prescriber->first_name.' '.$prescription->prescriber->last_name }}
This prescription was successfully created. Please check the portal for more details.