Vehicles / Machines

@include('components.controls',['data' => $vehicles])
@include('components.loading')
@if (count($vehicles)) @foreach ($vehicles as $key) @endforeach
# Plate Number Type Model Brand Current
{{ ++$offset }} {{ $key->registrationNumber }} {{ $key->objectType }} {{ $key->model }} {{ $key->brand }} @if ($key->scanner) @endif
@else

No vehicle yet, click refresh above to refresh.

@endif
@include('vehicles.current-data')