Prescriptions

All prescriptions across the facility

Pharmacy queue
@forelse ($prescriptions as $rx) @empty @endforelse
PatientItemsStatusDate
{{ $rx->patient->fullName() }} {{ $rx->items->pluck('name')->join(', ') }} {{ $statuses[$rx->status] ?? $rx->status }} {{ $rx->created_at->format('d M Y') }} View
No prescriptions.
{{ $prescriptions->links() }}