| Title: | {{ $requisition->title }} | Date Submitted: | {{ $requisition->submitted_at ? $requisition->submitted_at->format('M d, Y') : 'Draft' }} |
| Requester: | {{ $requisition->creator->name ?? 'N/A' }} | Status: | {{ $requisition->status }} |
| Department: | {{ $requisition->department->name ?? 'N/A' }} | Urgency: | {{ $requisition->urgency }} |
| Category: | {{ $requisition->category->name ?? 'N/A' }} ({{ $requisition->request_type }}) | ||
| # | Item Details | Vendor Suggestion | Qty | Unit Price | Total Price |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->item_name }}
@if($item->notes) {{ $item->notes }}@endif |
{{ $item->vendor ?? 'N/A' }} | {{ $item->quantity }} | {{ $currencySymbol ?? '₦' }}{{ number_format($item->unit_price, 2) }} | {{ $currencySymbol ?? '₦' }}{{ number_format($item->total_price, 2) }} |
| Grand Total: | {{ $currencySymbol ?? '₦' }}{{ number_format($requisition->total_amount, 2) }} | ||||
No approval actions recorded yet.
@endif|
Prepared by: Name: _________________ Signature: _________________ Date: _________ |
|
Approved by: Name: _________________ Signature: _________________ Date: _________ |