| TOTAL DE BIENES | GRAVADO | EXENTO |
|---|---|---|
| TODOS LOS BIENES | $ {{ number_format($ddjj->total_bienes_gravados, 2, ',', '.') }} | $ {{ number_format($ddjj->total_bienes_exentos, 2, ',', '.') }} |
| MINIMO NO IMPONIBLE | $ {{ number_format($ddjj->min_no_imponible, 2, ',', '.') }} | |
| BASE IMPONIBLE | $ {{ number_format($ddjj->base_imponible, 2, ',', '.') }} | |
| Alicuota | {{ number_format($alicuota->mas_porcentaje *100, 2, ',', '.') }}% | |
| Impuesto Determinado | $ {{ number_format($ddjj->impuesto_determinado, 2, ',', '.') }} | |
| {{ $anticipo->ganan_concepto_anticipo->nombre,0,35 }} | $ {{ number_format($anticipo->importe, 2, ',', '.') }} | |
| Saldo a Pagar | $ {{ number_format($ddjj->saldo_a_pagar, 2, ',', '.') }} | |
| Saldo a Favor | $ {{ number_format($ddjj->saldo_a_favor, 2, ',', '.') }} |