@extends('elementos.navegacion') @section('pagina', 'Registro de Usuarios') @section('content')
| COD. | CATEGORIA | DENOMINACION | DETALLES | CANT. | PRECIO U. | PRECIO T. |
|---|---|---|---|---|---|---|
| {{ $r->categoria }} | {{ strtoupper($r->nombre_denominacion) }} | {{ strtoupper($r->detalles) }} | {{ $r->cantidad }} | {{ $r->precio_final/$r->cantidad }} | {{ number_format($r->precio_final, 2, ',', '.') }} |
| SUB-TOTAL: | {{ number_format($reporte2e->total+$reporte2e->descuento, 2, ',', '.') }} | ||||||
|---|---|---|---|---|---|---|---|
| TOTAL: | {{ number_format($reporte2e->total, 2, ',', '.') }} |