Purchase Requisition


@if($pr->pr_check == 0)
@endif
@php ($totalquantity = 0) @foreach($pr->getBoqItems as $rows) @php($totalquantity = $totalquantity + ($rows->quantity)) @endforeach
S/N. Item Required Date Quantity Unit
{{$loop->iteration}} {{$rows->item->name}} {{EF::dateFormat($rows->created_at)}} {{EF::numberFormat($rows->quantity)}} {{$rows->item->inventoryUnit->name}}
Total

{{$pr->preparedby->name}}



Demanded By

{{$pr->approvedby->name}}



Approved/Prepared By

________________________



Verified By