Subir imagen

@csrf

Productos

@if($products_fields != 'Not found') @foreach($products_fields as $product) @foreach($product_images as $image) @if($product['image'] == $image['id']) @endif @endforeach @foreach($product_images as $image) @if($product['image'] == $image['id']) @endif @endforeach @endforeach @endif
Imagen Nombre Descripcion Precio
{{ $product['name'] }} {{ $product['description'] }} {{ $product['price'] }}