@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ rtl(trans('front.position_a'), $data) }} | {{ rtl(trans('front.leave'), $data) }} | {{ rtl(trans('front.duration'), $data) }} | {{ rtl(trans('front.route_length'), $data) }} | {{ rtl(trans('front.position_b'), $data) }} | {{ rtl(trans('front.end'), $data) }} | {{ rtl(trans('front.time_at_location'), $data) }} | {{ rtl(trans('front.departure_time'), $data) }} | {{ rtl(trans('front.average_speed'), $data) }} | {{ rtl(trans('front.top_speed'), $data) }} |
|---|---|---|---|---|---|---|---|---|---|
| {!! $chunk[0]['location_start'] !!} | {{ $chunk[0]['start_at'] }} | {{ $chunk[0]['duration'] }} | {{ $chunk[0]['distance'] }} | {!! $chunk[0]['location_end'] !!} | {{ $chunk[0]['end_at'] }} | {{ array_get($chunk, '1.duration') }} | {{ array_get($chunk, '1.end_at') }} | {{ $chunk[0]['speed_avg'] }} | {{ $chunk[0]['speed_max'] }} |