@if (auth()->user()->active_unit->alpr)
ALPR: {{ auth()->user()->active_unit->alpr }}
@endif

@forelse ($vehicles as $vehicle)

{{ strtoupper(get_setting('state')) }}

{{ $vehicle->plate }}

MK {{ $vehicle->model }}

CL {{ $vehicle->color }}

@if ($vehicle->civilian) RO {{ $vehicle->civilian->name }} @else BS {{ $vehicle->business->name }} @endif

@empty

No results

@endforelse