@extends ('layouts.in') @section ('body')
@if ($users_multiple)
@endif
@if ($user_empty) @endif @foreach ($list as $row) @php ($link = route('vehicle.update', $row->id)) @if ($user_empty) @endif @endforeach
{{ __('vehicle-index.user') }}{{ __('vehicle-index.name') }} {{ __('vehicle-index.plate') }} {{ __('vehicle-index.timezone') }} {{ __('vehicle-index.enabled') }} {{ __('vehicle-index.devices') }} {{ __('vehicle-index.alarms') }} {{ __('vehicle-index.notifications') }}
{{ $row->user->name }}{{ $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) : '') }}
@stop