@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ trans('validation.attributes.status') }} | {{ trans('front.start') }} | {{ trans('front.end') }} | {{ trans('front.duration') }} | {{ trans('front.top_speed') }} | {{ trans('front.stop_position') }} | @if ($report->zones_instead){{ trans('front.geofences') }} | @endif||
|---|---|---|---|---|---|---|---|---|
| {{ $row['status'] }} | {{ $row['start_at'] }} | {{ $row['end_at'] }} | {{ $row['duration'] }} | @if ($row['group_key'] == 'drive'){{ $row['speed_max'] }} | @else | {!! $row['location'] !!} | @endif @if ($report->zones_instead){{ array_get($row, 'geofences_in') }} | @endif