Level 80
@kazzuya What do you mean, when you change the photo?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello.. I'm bad with JQuery and Ajax.. I have this photos
@foreach ($images as $image)
<div class="product-image-thumb"><img
src="{{ asset('/multiple_images') . '/' . $image->image }}" alt="Product Image"
class="image-thumb">
</div>
@endforeach
Each photo has a quantity
<span>{{ $image->quantity }} pieces left</span>
How i can change the quantity when changing the photo.. Thanks.
Please or to participate in this conversation.