fix: use correct variable name showcarlist_results in showcarlist view

This commit is contained in:
2026-05-01 12:28:30 -04:00
parent bec2234bd4
commit 18e7c9b361
+1 -1
View File
@@ -23,7 +23,7 @@
</tr>
</thead>
<tbody>
@foreach($vehicles as $vehicle)
@foreach($showcarlist_results as $vehicle)
<tr>
<td>{{ $vehicle->make }}</td>
<td>{{ $vehicle->model }}</td>