@extends($activeTemplate . 'user.dps.layout') @section('dps-content')
(@lang('Be Sure Before Confirm'))
@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'), {{$plan->delayCharge }} @lang('will be applied for each day.')
* @lang('The total charge amount will be subtracted from the withdrawable amount.')
@endif