- Importe del Primer pago
@if($client['currency_code'] == 'VES')
- Bs. {{ $cloud['firstpaymentamount'] }}
@elseif($client['currency_code'] == 'USD')
- $ {{ $cloud['firstpaymentamount'] }}
@endif
- Importe de la Cuota
@if($client['currency_code'] == 'VES')
- Bs. {{ $cloud['recurringamount'] }}
@elseif($client['currency_code'] == 'USD')
- $ {{ $cloud['recurringamount'] }}
@endif
- Ciclo de Presupuesto
- {{ $cloud['billingcycle'] }}
- Metodo de Pago
- {{ $cloud['paymentmethodname'] }}
- Fecha de Registro
- {{ $cloud['regdate'] }}
- Proximo Vencimiento
@if($cloud['nextduedate'] == '0000-00-00')
- Gratis
@else
- {{ $cloud['nextduedate'] }}
@endif