HT# RT12

Requisition

Requested #
@foreach($requested as $key => $value) @endforeach
S/N Items Quantity Remarks
{{$key+1}} {{$value->item_name}} {{$value->quantity}} {{$value->remarks}}
Approved #
{{--*/ $total = 0 /*--}} @foreach($approved as $key => $value) {{--*/ $total += $value->quantity*$value->price /*--}} @endforeach
S/N Items Quantity Price Amount Status
{{$key+1}} {{$value->item_name}} {{number_format($value->quantity)}} {{number_format($value->price)}} {{number_format($value->quantity*$value->price)}} {{$value->status }}
Total {{number_format($total)}}