@extends('adminlte::page') @section('title', 'Reports by month') @section('content_header') @section('content')

Totals



@csrf
@foreach($total_report as $import) @endforeach
Unit # Final amount Total amount DEF Reefer Fuel qty Fuel cost Currency
{{$import->unit_no}} {{$import->final_amount}} {{$import->total_amount}} {{$import->def}} {{$import->reefer}} {{$import->fuel_qty}} {{$import->fuel_cost}} {{$import->currency}}
@stop