@extends('report-print.includes.print_preview_without_logo_1') @section('title-1') FUELS @stop @section('title-2') FUELS GOODS ISSUED NOTES @stop @section('title-3') {{$header_2}} @stop @section('containers') {{--*/ $quantity =0 /*--}} {{--*/ $amount =0 /*--}} @foreach($goods_issued_notes as $index=> $goods_issued_note) {{--*/ $quantity +=$goods_issued_note->quantity /*--}} {{--*/ $amount +=$goods_issued_note->amount /*--}} @endforeach
S/N GIN NO. Date Descriptions Reg NO. Driver Quantity Price Amount
{{++$index}} {{$goods_issued_note->id}} {{$goods_issued_note->date}} {{ $goods_issued_note->routeName}} {{$goods_issued_note->vehiclable->registration_number}} {{$goods_issued_note->driverName}} {{$goods_issued_note->quantity}} {{number_format($goods_issued_note->rate,2)}} {{number_format($goods_issued_note->amount,2)}}
TOTAL {{number_format($quantity,2)}} {{number_format($amount,2)}}
@stop