{{ $po->vendor->name }}
{{ $po->vendor->phone }}
@if($po->vendor->address){{ $po->vendor->address }}
@endif{{ $po->project->name }}
{{ $po->project->code }}
| # | Description | Unit | Qty | Rate | Total |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->description }} | {{ $item->unit }} | {{ $item->quantity_ordered }} | ৳{{ number_format($item->unit_rate, 2) }} | ৳{{ number_format($item->total, 2) }} |