@extends($activeTemplate . 'layouts.master') @section('content')
@lang('You have requested to invest in DPS')

(@lang('Be Sure Before Confirm'))

  • @lang('Plan') {{ __($plan->name) }}
  • @lang('Installment Interval') {{ $plan->installment_interval }} @lang('Days')
  • @lang('Total Installment') {{ $plan->total_installment }}
  • @lang('Per Installment') {{ $general->cur_sym . showAmount($plan->per_installment) }}
  • @lang('Total Deposit') {{ $general->cur_sym . showAmount($plan->per_installment * $plan->total_installment) }}
  • @lang('Profit Rate') {{ getAmount($plan->interest_rate) }}%
  • @lang('Withdrawable Amount') {{ $general->cur_sym . showAmount($plan->final_amount) }}

@if ($plan->delay_value && $plan->delay_charge) * @lang('If an installment is delayed for') {{ $plan->delay_value }} @lang('or more days then, an amount of'), {{ $general->cur_sym . $plan->delayCharge }} @lang('will be applied for each day.')
* @lang('The total charge amount will be subtracted from the withdrawable amount.') @endif

@lang('Cancel')
@csrf
@endsection @push('bottom-menu')
@endpush