Supplier Name {!! $supplier['name'] !!} Account Number {!! $supplier['account_number'] !!}
Bank Name {!! $supplier['bank_name'] !!} Open Balance {!! $supplier['open_balance'] !!}
Paid Amount Total {!! number_format($supplier['open_balance']+$supplier['total_amount']) !!}
Cr Account Reference
{{--*/ $total_quantity = 0 /*--}} {{--*/ $total_quantity = 0 /*--}} {{--*/ $total_amount = 0 /*--}} {{--*/ $total_balance = 0 /*--}} {{--*/ $total_extra = 0 /*--}} @if(isset($fuel_order_from_requisitions)) @foreach($fuel_order_from_requisitions as $index=> $fuel_order_from_requisition) {{----}} {{--*/ $total_quantity += $fuel_order_from_requisition->quantity /*--}} {{--*/ $total_amount += $fuel_order_from_requisition->quantity*$fuel_order_from_requisition->rate /*--}} @endforeach @endif
SN Truck Driver Client Destination Diesel Issued Balance Rate Amount Description
{{$fuel_order_from_requisition->requisition_item_id}}{{++$index}} {{$fuel_order_from_requisition->truck}} {{$fuel_order_from_requisition->driver}} {{$fuel_order_from_requisition->client}} {{$fuel_order_from_requisition->destination}} {{ number_format($fuel_order_from_requisition->issued_quantity) }} {{number_format($fuel_order_from_requisition->quantity)}} {!! number_format($fuel_order_from_requisition->rate) !!} {!! number_format(($fuel_order_from_requisition->quantity)*$fuel_order_from_requisition->rate) !!} {!! $fuel_order_from_requisition->description !!}
{!! number_format($total_quantity) !!} {!! number_format($total_amount) !!}