@extends('shop.layout') @section('title', 'Căutare după VIN') @section('content')
Introdu codul VIN (17 caractere) ca să identificăm mașina. Apoi caută piesele în catalog.
{{ $decoded['reason'] ?? 'VIN invalid — trebuie 17 caractere.' }}
@else| Producător | {{ $decoded['manufacturer'] ?? '—' }} |
| An model | {{ $decoded['year'] ?? '—' }} |
| Țară | {{ $decoded['country'] ?? '—' }} |
| Regiune | {{ $decoded['region'] ?? '—' }} |
Pentru compatibilitate exactă pe model/motorizare, contactează service-ul cu acest VIN.
@endif