@extends('index') @section('estilos') @endsection @section('contenido')
{{ $descripCaja }}
15) style="height: 590px" @endif> @foreach ($datos as $c => $item) @endforeach
INSUMOS {{ $columnas['DescripcionRango'] }}
DESCRIPCIÓN CATEGORÍA {{ $columnas['Saldo1'] }} {{ $columnas['Saldo2'] }} {{ $columnas['Saldo3'] }} {{ $columnas['Saldo4'] }} {{ $columnas['Saldo5'] }} {{ $columnas['Saldo6'] }} {{ $columnas['Saldo7'] }}
{{ $item['Nombre'] }} {{ $item['cat_nombre'] }} {{ number_format($item['Saldo1'], 2, '.', '') }} {{ number_format($item['Saldo2'], 2, '.', '') }} {{ number_format($item['Saldo3'], 2, '.', '') }} {{ number_format($item['Saldo4'], 2, '.', '') }} {{ number_format($item['Saldo5'], 2, '.', '') }} {{ number_format($item['Saldo6'], 2, '.', '') }} {{ number_format($item['Saldo7'], 2, '.', '') }}

@endsection @section('scripts') @endsection