@extends('Frontend.Reports.parse.layout') @section('styles') @stop @section('content')
|
| #SL | {{ trans('global.date') }} | {{ trans('validation.attributes.plate_number') }} | {{ trans('front.allowed_speed_limit') . '(' . lcfirst(trans('front.' . $data['unit_of_distance'])) . ')' }} | {{ trans('front.overspeed_duration_os') }} | {{ trans('front.overspeed_distance_os') . '(' . lcfirst(trans('front.' . $data['unit_of_distance'])) . ')' }} | {{ trans('front.tamper_signs') }} | {{ trans('front.total_violations') }} | {{ trans('front.seatbelt_usage') }} | {{ trans('front.remark') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index }} | {{ $items[$device['id']]['date'] }} | {{ $items[$device['id']]['plate_number'] }} | {{ $items[$device['id']]['allowed_speed'] }} | {{ $items[$device['id']]['duration'] }} | {{ $items[$device['id']]['distance'] }} | {{ $items[$device['id']]['tamper'] }} | {{ $items[$device['id']]['count'] }} | {{ $items[$device['id']]['seat_belt'] }} | {{ $items[$device['id']]['remarks'] }} |
| {{ trans('front.total') }}: | {{ secondsToTime($total_duration) }} | {{ $total_distance }} |