@extends('layouts.master') @section('page_header') Issue Medicine @endsection @section('content')
{{-- Initialize the angular variables in a hidden field --}} {{--Success Mesage--}}

Success!

[[successMessage]]
{{-- Info message if there are no prescriptions to be issued --}}

Sorry!

No Prescription to be issued at the moment.
{{-- Alert message to notify new prescriptions are available to be loaded --}}

New Prescriptions Available!

There are new prescriptions available. Please load them.

{{--Prescription--}}

[[prescription.patient.first_name]] [[prescription.patient.last_name]]
[[prescription.created_at | dateToISO | date:"EEEE, d/M/yy h:mm a"]]

Oops!

[[error]]
Drug Dose Quantity
[[prescribedDrug.drug.name]] ([[prescribedDrug.drug.quantity_type.drug_type]]) [[prescribedDrug.dosage.description]]
[[prescribedDrug.frequency.description]]
[[prescribedDrug.period.description]]
You have only [[prescribedDrug.drug.quantity | exactNumber]] units of stocks available. Continue at your own risk!
{{--table to show pharmacy drugs--}}

Pharmacy Drugs

Drug Name Remarks
[[drug.drug]] [[drug.remarks]]
{{--Input to add payment information--}}
@endsection