@extends('layouts/app') @section('content')
@if($fotos_producto->count() > 0) @foreach ($fotos_producto as $foto)
@endforeach @else
No hay imágenes asociadas a este producto.
@endif
@if (isset($success))
Imagen subida con éxito.
@endif

Nueva imagen

{{ csrf_field() }}
@endsection