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