Purchase Order


@php ($totalquantity = 0) @php($totalamount = 0) @foreach($po as $row) @php($totalquantity = $totalquantity + ($row->boqitem->quantity)) @php($totalamount = $totalamount + ($row->unit_price*$row->boqitem->quantity)) @endforeach
S/N. Item Unit Brand Qty Rate Amount
{{$loop->iteration}} {{$row->boqitem->item->name}} {{$row->boqitem->item->inventoryUnit->name}} {{$row->brand}} {{EF::numberFormat($row->boqitem->quantity)}} {{EF::numberFormat($row->unit_price)}} {{EF::numberFormat($row->unit_price*$row->boqitem->quantity)}}

Total

Gross Amount

Less:Discount 0.00%

Net Amount

In Words: Rupees {{EF::numberToWords($totalamount)}} Only

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



Prepared By

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



Approved By

________________________



Verified By