@extends('index') @section('estilos') @endsection @section('contenido')
| DESCRIPCIÓN | CATEGORÍA | ST.MÍN | STOCK | ESTADO | |
|---|---|---|---|---|---|
| {{ $item['ART_Descripcion'] }} | {{ $item['CAT_Nombre'] }} | {{ number_format($item['ART_StockMinimo'], 2, '.', '') }} | {{ number_format($item['ART_Stock'], 2, '.', '') }} | @if ($item['ART_Stock'] == 0)AGOTADO | @elsePOR AGOTARSE | @endif