@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 /*--}} @endforeach
S/N GIN NO. Date Reg NO. Driver Quantity
{{++$index}} {{$goods_issued_note->id}} {{\Carbon\Carbon::parse($goods_issued_note->date)->toFormattedDateString()}} {{ $goods_issued_note->getUses()}} {{$goods_issued_note->driverName}} {{$goods_issued_note->quantity}}
TOTAL {{number_format($quantity,2)}}
@stop