@php $money = fn ($minor) => config('care.billing.currency').' '.number_format($minor / 100, 2); @endphp
@if ($canManage) Add drug @endif @if ($lowStock->isNotEmpty())
{{ $lowStock->count() }} drug(s) below reorder level.
@endif @if ($expired->isNotEmpty())
{{ $expired->count() }} expired batch(es) with stock on hand.
@endif
@forelse ($drugs as $drug) @empty @endforelse
DrugStockUnit price

{{ $drug->name }}

@if($drug->generic_name)

{{ $drug->generic_name }}

@endif
{{ $drug->stockOnHand() }} {{ $drug->unit }} {{ $money($drug->unit_price_minor) }} View
No drugs in inventory.
{{ $drugs->links() }}