@extends('index') @section('estilos') @endsection @section('contenido')
{{ $descripCaja }}
@foreach ($datos as $c => $item) @if ($item['Stock'] == 0) @else @endif @endforeach
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, '.', '') }} AGOTADO POR AGOTARSE

@endsection @section('scripts') @endsection