@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')
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}} | {{--*/ $quantity +=$goods_issued_note->quantity /*--}}
TOTAL | {{number_format($quantity,2)}} |