| Código @if($sortField === 'code') @endif | Producto @if($sortField === 'name') @endif | Categoría | Marca | Precio @if($sortField === 'price') @endif | Stock | Estado | Acciones | |
|---|---|---|---|---|---|---|---|---|
| {{ $producto->code }} |
@if($producto->images->first())
{{ $producto->name }}{{ Str::limit($producto->description, 50) }} |
{{ $producto->categoria->nombre ?? 'Sin categoría' }} | {{ $producto->marca->nombre ?? 'Sin marca' }} | {{ format_money($producto->price, 2) }} | @if($producto->quantity == 0) Sin stock @elseif($producto->quantity <= $producto->quantity_alert) {{ $producto->quantity }} @else {{ $producto->quantity }} @endif |
status ? 'checked' : '' }}>
|
|
|
|
No se encontraron productos
|
||||||||