@if($document->total_exportation > 0)
OP. EXPORTACIÓN: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_exportation, 2) }} |
@endif
@if($document->total_free > 0)
OP. GRATUITAS: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_free, 2) }} |
@endif
@if($document->total_unaffected > 0)
OP. INAFECTAS: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_unaffected, 2) }} |
@endif
@if($document->total_exonerated > 0)
OP. EXONERADAS: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_exonerated, 2) }} |
@endif
@if($document->total_taxed > 0)
OP. GRAVADAS: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_taxed, 2) }} |
@endif
@if($document->total_discount > 0)
{{(($document->total_prepayment > 0) ? 'ANTICIPO':'DESCUENTO TOTAL')}}: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_discount, 2) }} |
@endif
IGV: {{ $document->currency_type->symbol }} |
{{ number_format($document->total_igv, 2) }} |
TOTAL A PAGAR: {{ $document->currency_type->symbol }} |
{{ number_format($document->total, 2) }} |