@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ trans('front.zone_in') }} | {{ trans('front.zone_out') }} | {{ trans('front.duration') }} | {{ trans('global.distance') }} | {{ trans('validation.attributes.geofence_name') }} | {{ trans('front.position') }} |
|---|---|---|---|---|---|
| {{ $row['start_at'] }} | {{ $row['end_at'] }} | {{ $row['duration'] }} | {{ $row['distance'] }} | {{ $row['group_geofence'] }} | {!! $row['location'] !!} |
| {{ $item['table']['totals']['duration'] }} | {{ $item['table']['totals']['distance'] }} |