@extends('layouts.app') @section('title', 'Dispense | ' . ($visit->patient->full_name ?? '')) @section('content') {{-- ═══ Drug Safety Warnings Banner ═══ --}} @if(session('safety_warnings'))
Drug Safety Warnings | Review Required
Payment Verification Failed
{{ $pb['message'] }}
@if($isAdmin) @elseOnly Hospital Admin can override payment blocks. Ask the patient to settle their bill first.
@endifPayment Verification Failed | Multiple Items
Only Hospital Admin can override payment blocks.
@endif{{ $visit->patient->mrn ?? '' }} · {{ $visit->patient->gender ?? '' }} · {{ $visit->patient->age ?? '' }}
Invoice
⛔ Financial Hold
{{ ucfirst(str_replace('_',' ',$inv->hold_reason ?? '')) }}
⚠ Allergies
{{ implode(', ', $visit->patient->allergies) }}
Financial Hold
@if($visit->invoice?->financial_hold) @else @endif{{ $rx->dosage }} · {{ $rx->frequency }} · {{ $rx->duration }} · Route: {{ $rx->route ?? 'Oral' }}
@if($rx->instructions){{ $rx->instructions }}
@endifPrescribed
{{ $rx->quantity }}
Already Given
{{ $alreadyDispensed }}
Balance
{{ $balance }}
In Stock
{{ $stockAvail }}
⛔ Payment Verification Required
{{ $auth['message'] }}
@if($isAdmin)Ask patient to pay at cashier, then refresh this page.
@endif