@extends('layouts.cad_simple') @section('content')
{{ 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
No results
@endforelse