@extends ('layouts.in') @section ('body')
{{ __('vehicle-index.user') }} | @endif{{ __('vehicle-index.name') }} | {{ __('vehicle-index.plate') }} | {{ __('vehicle-index.timezone') }} | {{ __('vehicle-index.enabled') }} | {{ __('vehicle-index.devices') }} | {{ __('vehicle-index.alarms') }} | {{ __('vehicle-index.notifications') }} |
---|---|---|---|---|---|---|---|
{{ $row->user->name }} | @endif{{ $row->name }} | {{ $row->plate }} | {{ $row->timezone->zone }} | @status($row->enabled) | {{ $row->devices_count }} | {{ $row->alarms_count }} | {{ $row->alarms_notifications_count.($row->alarms_notifications_pending_count ? ('/'.$row->alarms_notifications_pending_count) : '') }} |