{{-- Buscador --}}
{{-- Tabla --}}
@forelse ($cars as $item ) @empty

No se encontraron resultados

@endforelse
PLACA PROPIETARIO MODELO MARCA COLOR Edit
{{$item->plate}} {{ $item->Client->names }} | {{ $item->Client->dni }} {{ $item->model }} {{ $item->brand }} {{ $item->color }}
{{ $cars->links() }}
{{-- Modal Edit --}} {{-- Modal Create --}}