Purchase Requisition
@if($pr->pr_check == 0)
@endif
| S/N. |
Item |
Required Date |
Quantity |
Unit |
@php ($totalquantity = 0)
@foreach($pr->getBoqItems as $rows)
| {{$loop->iteration}} |
{{$rows->item->name}} |
{{EF::dateFormat($rows->created_at)}} |
{{EF::numberFormat($rows->quantity)}} |
{{$rows->item->inventoryUnit->name}} |
@php($totalquantity = $totalquantity + ($rows->quantity))
@endforeach
| Total |
{{$pr->preparedby->name}}
Demanded By
{{$pr->approvedby->name}}
Approved/Prepared By
________________________
Verified By