@extends('Frontend.Reports.partials.layout') @section('content')
| {{ $meta['title'] }} | @endforeach{{ trans('validation.attributes.date') }} | {{ trans('front.from') }} ({{ trans('front.hour_short') }}) | {{ trans('front.to') }} ({{ trans('front.hour_short') }}) | {{ trans('front.difference') }} ({{ trans('front.hour_short') }}) |
|---|---|---|---|---|
| {{ $meta['value'] }} | @endforeach{{ $item['error'] }} | |||
| {{ $meta['value'] }} | @endforeach{{ $row['date'] }} | {{ $row['from'] }} | {{ $row['to'] }} | {{ $row['diff'] }} |
| {{ trans('front.total') }} ({{ $report->globalTotals('device_count') }}) | @foreach($report->metas('device') as $meta)@endforeach | {{ $report->globalTotals('diff') }} | ||