|
|
|
|
Observación: {{$document->observation}}
@elseCANTIDAD | UNIDAD | DESCRIPCIÓN | P.UNITARIO | IMPUESTOS | DESCUENTO | TOTAL |
---|---|---|---|---|---|---|
{{number_format($item->quantity, 2, '.', ',')}} | {{$item->item->type_unit->name}} | {{$item->item->name}} | {{$company->currency->symbol}}{{number_format($item->price, 2, '.', ',')}} | {{$company->currency->symbol}}{{number_format($item->total_tax, 2, '.', ',')}} | {{$company->currency->symbol}}{{number_format($item->discount, 2, '.', ',')}} | {{$company->currency->symbol}}{{number_format($item->total, 2, '.', ',')}} |
|
Cufe: {{$document->cufe}} |