| ID | {{ $requisition->request_no }} | Date | {{ \Carbon\Carbon::parse($requisition->date)->format('d-m-Y') }} |
|---|---|---|---|
| Health Post | {{ $requisition->healthPost->health_post_name ?? '-' }} | Requested By | {{ $requisition->user->name ?? '-' }} |
| # | Medicine Code | Medicine Name | Category | Type | Quantity | Unit |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->medicine->item_code ?? '-' }} | {{ $item->medicine->name ?? '-' }} | {{ $item->medicine->category->name ?? '-' }} | {{ $item->medicine->type->type ?? '-' }} | {{ $item->quantity }} | {{ $item->unit->unit ?? '-' }} |