Purchase Order


@php ($totalquantity = 0) @foreach($po as $row) @php($totalquantity = $totalquantity + ($row->boqitem->quantity)) @endforeach
S/N. Item Unit Brand Qty
{{$loop->iteration}} {{$row->boqitem->item->name}} {{$row->boqitem->item->inventoryUnit->name}} {{$row->brand}} {{$row->boqitem->quantity}}
Total

{{$po[0]->approvedby->name}}



Prepared By

{{$po[0]->approvedby->name}}



Approved By

________________________



Verified By