AutoScout Model Mapping

@if(session('success'))
{{ session('success') }}
@endif
@forelse($vehicles as $vehicle) @php $modelKeys = \App\Models\AutoscoutModel::where('brand', strtolower($vehicle->brand)) ->orderBy('model_name') ->get(); @endphp @empty @endforelse
ID Brand Vehicle Model Current Model Key Change Model Key
{{ $vehicle->id }} {{ strtoupper($vehicle->brand) }} {{ $vehicle->vehicle_model }} {{ $vehicle->autoscout_model_key ?? '-' }}
@csrf
No vehicles found.
{{ $vehicles->links() }}