Productos
Productos de la categoría "{{$category->name}}"
@if(session('error'))
{{ session('error') }}
@endif
@foreach($products as $product)
{{$product->name}}
{{$product->description}}
Stock: {{$product->stock}}
Price: {{$product->price}}€
@csrf
Cantidad:
@endforeach