fix
This commit is contained in:
@ -264,7 +264,7 @@
|
||||
listVehicle.forEach(vhc => {
|
||||
const vehicleItem = `
|
||||
<li class="list-group-item vehicles-list-wrapper">
|
||||
<a href="#" class="text-dark vhcItem" data-id="${vhc.id}" data-nopol="${vhc.nopol1}">
|
||||
<a href="#" class="text-dark vhcItem" data-id="${vhc.vid}" data-nopol="${vhc.nopol1}">
|
||||
<div class="row d-flex align-items-center">
|
||||
<div class="col-3">
|
||||
<img src="{{ asset('storage') }}/${vhc.fvhc_img}"
|
||||
|
||||
Reference in New Issue
Block a user