@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ trans('front.time') }} | {{ trans('front.last_value') }} | {{ trans('front.difference') }} | {{ trans('front.current_value') }} | {{ trans('front.position') }} |
|---|---|---|---|---|
| {{ $row['start_at'] }} | {{ $row['fuel_level_previous'] }} | {{ $row['fuel_level_difference'] }} | {{ $row['fuel_level_current'] }} | {!! $row['location'] !!} |