@extends('index') @section('estilos') @endsection @section('contenido')
{{ $descripCaja }}
15) style="height: 590px" @endif> @foreach ($datos as $c => $item) @endforeach
DESCRIPCIÓN CATEGORÍA CANT. PRECIO IMPORTE
{{ $item['DV_Descripcion'] }} {{ $item['cat_nombre'] }} {{ number_format($item['Cantidad'], 2, '.', '') }} {{ number_format($item['Precio'], 2, '.', '') }} {{ number_format($item['Importe'], 2, '.', '') }}

@endsection @section('scripts') @endsection