@if ($sidebarHidden === false)
@unitHuman('distance', $trip->distance)
@timeHuman($trip->time)
@foreach ($positions->reverse() as $each) @endforeach
{{ __('map.date') }} {{ __('map.location') }} {{ __('map.speed') }}
{{ $each->date_at }} {!! $each->latitudeLongitudeLink() !!} @unitHuman('speed', $each->speed)
@endif