@section('title', __('Productos Simple'))

@if (session()->has('message'))
{{ session('message') }}
@endif
@include('livewire.productossimple.update')
@foreach ($productos as $row) @endforeach
ID Imagen Nombre Precio Acciones
{{ $row->id }} Imagen {{ $row->nombre }} {{ $row->precio_venta }}
{{ $productos->links() }}