@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ trans('front.start') }} | {{ trans('front.end') }} | {{ trans('front.duration') }} | {{ trans('front.engine_idle') }} | {{ trans('front.driver') }} | {{ trans('front.stop_position') }} | @if ($report->zones_instead){{ trans('front.geofences') }} | @endif
|---|---|---|---|---|---|---|
| {{ $row['start_at'] }} | {{ $row['end_at'] }} | {{ $row['duration'] }} | {{ $row['engine_idle'] }} | {{ $row['drivers'] }} | {!! $row['location'] !!} | @if ($report->zones_instead){{ array_get($row, 'geofences_in') }} | @endif