@extends('index') @section('estilos') @endsection @section('contenido')
| 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, '.', '') }} |