@extends($activeTemplate . 'layouts.master') @section('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'), {{ $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