@extends('layouts.app') @section('content')
| Descripción | Cantidad | Precio unitario | Impuesto | Subtotal |
|---|---|---|---|---|
| {{ $detalle->descripcion }} | {{ $detalle->cantidad }} | {{ number_format($detalle->precio_unitario, 2) }} | {{ $detalle->tipoImpuesto->nombre }} ({{ number_format($detalle->impuesto_porcentaje, 2) }}%) | {{ number_format($detalle->subtotal, 2) }} |