Duration From - {{$product->name}}

/home/shikkhaplus/public_html/guk_bk/resources/views/microfin/savings/product/durationForm.blade.php on line 8
"> /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/savings/product/durationForm.blade.php on line 10
"> @if($product->depositTypeIdFk == 3 || $product->depositTypeIdFk == 4)
{!! Form::label('deposit_amount', 'Deposit Amount:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('deposit_amount',$deposit_amount, ['class' => 'form-control', 'id' => 'deposit_amount','autocomplete'=>'off', 'style' => 'width:100%']) !!}
@endif
@if($product->depositTypeIdFk == 6) @elseif($product->depositTypeIdFk == 3) @else @endif @foreach($periods as $v)
Warning: Undefined variable $deposit_amount in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/savings/product/durationForm.blade.php on line 46

Warning: Undefined variable $deposit_amount in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/savings/product/durationForm.blade.php on line 47
@if($product->depositTypeIdFk == 6) @elseif($product->depositTypeIdFk == 3) @else @endif @endforeach
DurationInterest Rate(%) Per YearRepay Amount Interest Rate(%) Per YearRepay AmountAction
{!! Form::text('year[]',$v->year, ['style' =>'width:30%']) !!} Year(s) {!! Form::text('month[]',$v->month, ['style' =>'width:30%']) !!} Month(s){!! Form::text('interest_rate[]', null, ['placeholder'=>'Enter Interest Rate']) !!}{!! Form::text('repay_amount[]', $repay_amount, ['placeholder'=>'Amount']) !!} {!! Form::text('interest_rate[]', $interest_rate, ['placeholder'=>'Enter Interest Rate']) !!}{!! Form::text('repay_amount[]', $repay_amount, ['placeholder'=>'Amount']) !!}