@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ trans('front.ignition_on_off') }} | {{ trans('front.event_time') }} | {{ trans('front.speed') }} | {{ trans('front.trip_distance') }} | {{ trans('front.engine_work') }} | {{ trans('front.stopped_for') }} | {{ trans('front.driver') }} | {{ trans('front.location') }} |
|---|---|---|---|---|---|---|---|
| {{ $row['date'] }} | |||||||
| {{ trans('front.on') }} | {{ $row['time'] }} | {{ $row['speed_avg'] }} | {{ $row['distance'] }} | {{ $row['duration'] }} | {{ $row['drivers'] }} | {!! $row['location'] !!} | |
| {{ trans('front.off') }} | {{ $row['time'] }} | {{ $row['duration'] }} | {!! $row['location'] !!} | ||||