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