{{ __('Confirm Your Investment') }}
{{ __('Please review your investment plan details and confirm.') }}
{{ __('Plan Name') }}
{{ __(data_get($plan, 'name')) }}
{{ __('Duration') }}
{{ data_get($plan, 'term_text_alter') }}
{{ __(':Rate_type Profit', ['rate_type' => __(data_get($plan, 'calc_period'))]) }}
{{ (data_get($plan, 'rate_type') == 'percent') ? data_get($plan, 'rate').'%' : money(data_get($plan, 'rate'), $currency, ['dp' => 'calc']) }}
{{ __('Payment Account') }}
{{ __('Main Balance') }}
{{ __('Amount to Invest') }}
{{ money(data_get($details, 'amount'), $currency, ['dp' => 'calc']) }}
{{ __('Total Profit Earn') }}
{{ money(data_get($details, 'profit'), $currency, ['dp' => 'calc']) }}
{{ __('Total Return') }} {{ (data_get($details, 'scheme.capital', 0)==0) ? __("(inc. cap)") : __("(exc. cap)") }}
{{ money(data_get($details, 'total'), $currency, ['dp' => 'calc']) }}
{{ __('Amount to Debit') }}
{{ money(data_get($details, 'amount'), $currency, ['dp' => 'calc']) }}
* {{ __("The amount will be deducted immediately from your account balance once you confirm.") }}
{{ __('Confirm & Procced') }}
{{ __('Cancel') }}