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