@extends('Frontend.Reports.partials.layout') @section('content')
| # | @foreach($report->metas('device') as $meta){{ $meta['title'] }} | @endforeach{{ trans('global.date') }} | {{ trans('front.location') }} | {{ trans('front.overspeed_duration') }} | {{ trans('front.top_speed') }} | {{ trans('front.driver') }} | {{ trans('validation.attributes.phone') }} | {{ trans('validation.attributes.description') }} | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ '-' }} | @foreach($item['meta'] as $key => $meta){{ $meta['value'] }} | @endforeach{{ $item['error'] }} | |||||||||||||||||||
| {{ $rowCount++ }} | @foreach($item['meta'] as $key => $meta){{ $meta['value'] }} | @endforeach{{ $row['start_at'] }} | {!! $row['location'] !!} | {{ $row['overspeed_duration'] }} | {{ $row['speed_max'] }} | {{ $row['driver'] }} | {{ $row['phone'] }} | {{ $row['description'] }} | |||||||||||||