@extends('layouts/microfin_layout') @section('title', '| Loan Setting') @section('content')
Loan Configuration Setting List
{!! Form::open(array('url' => '', 'role' => 'form','id' =>'formId','enctype' => 'multipart/form-data', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('defaultInterestCalculationMethod', 'Default Interest Calculation Method', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['defaultInterestCalculationMethod'])) { if($damageData['loanConfigurationData']['defaultInterestCalculationMethod']==''){ $value =''; } elseif($damageData['loanConfigurationData']['defaultInterestCalculationMethod']==0){ $value = "Flat Method"; } if($damageData['loanConfigurationData']['defaultInterestCalculationMethod']==1){ $value = "Declining Blance"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isOtherInterestCalculationMethodAllowed', 'Is Other Interest Calculation Method Allowed?', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['isOtherInterestCalculationMethodAllowed'])) { if($damageData['loanConfigurationData']['isOtherInterestCalculationMethodAllowed']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isOtherInterestCalculationMethodAllowed']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isOtherInterestCalculationMethodAllowed']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isMultipleLoanAllowedForPrimaryProducts', 'Is Multiple Loan Allowed For Primary Products?', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['isMultipleLoanAllowedForPrimaryProducts'])) { if($damageData['loanConfigurationData']['isMultipleLoanAllowedForPrimaryProducts']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isMultipleLoanAllowedForPrimaryProducts']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isMultipleLoanAllowedForPrimaryProducts']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('additionalFeeLabelName', 'Additional Fee Label Name', ['class' => 'col-sm-3 control-label loanSetting']) !!} {!! Form::label('',$damageData['loanConfigurationData']['additionalFeeLabelName'] ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('insuranceAmountLabelName', 'Insurance Amount Label Name', ['class' => 'col-sm-3 control-label loanSetting']) !!} {!! Form::label('',$damageData['loanConfigurationData']['insuranceAmountLabelName'] ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isLoanRebateAllowedDuringLoanWaiverForDeathMember', 'Is Loan Rebate Allowed During Loan Waiver For Death Member', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if (isset($damageData['loanConfigurationData']['isLoanRebateAllowedDuringLoanWaiverForDeathMember'])) { if($damageData['loanConfigurationData']['isLoanRebateAllowedDuringLoanWaiverForDeathMember']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isLoanRebateAllowedDuringLoanWaiverForDeathMember']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isLoanRebateAllowedDuringLoanWaiverForDeathMember']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label']) !!}
{!! Form::label('isInsuranceAmountEditable', 'Is Insurance Amount Editable?', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['isInsuranceAmountEditable'])) { if($damageData['loanConfigurationData']['isInsuranceAmountEditable']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isInsuranceAmountEditable']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isInsuranceAmountEditable']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isMultipleOneTimeLoanDisburseAllowed', 'Is Multiple One Time Loan Disburse Allowed?', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['isMultipleOneTimeLoanDisburseAllowed'])) { if($damageData['loanConfigurationData']['isMultipleOneTimeLoanDisburseAllowed']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isMultipleOneTimeLoanDisburseAllowed']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isMultipleOneTimeLoanDisburseAllowed']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isFirstRepaymentDateEditable', 'Is First Repayment Date Editable?', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['isFirstRepaymentDateEditable'])) { if($damageData['loanConfigurationData']['isFirstRepaymentDateEditable']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isFirstRepaymentDateEditable']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isFirstRepaymentDateEditable']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('IsLoanCycleEditable', 'Is Loan Cycle Editable?', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['IsLoanCycleEditable'])) { if($damageData['loanConfigurationData']['IsLoanCycleEditable']==''){ $value =''; } elseif($damageData['loanConfigurationData']['IsLoanCycleEditable']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['IsLoanCycleEditable']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('loanDisbursementAmountForBankPayment', 'Loan Disbursement Amount For Bank Payment', ['class' => 'col-sm-3 control-label loanSetting']) !!} {!! Form::label('', $damageData['loanConfigurationData']['loanDisbursementAmountForBankPayment'] ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('maximumNumberOfInstallment', 'Maximum Number Of Installment', ['class' => 'col-sm-3 control-label loanSetting']) !!} {!! Form::label('',$damageData['loanConfigurationData']['maximumNumberOfInstallment'] ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('IeligibleInterestCalculateForDailyBasisDFDLoan', 'Ieligible Interest Calculate For Daily Basis DFD Loan', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if(isset($damageData['loanConfigurationData']['IeligibleInterestCalculateForDailyBasisDFDLoan'])){ if($damageData['loanConfigurationData']['IeligibleInterestCalculateForDailyBasisDFDLoan']==''){ $value =''; } elseif($damageData['loanConfigurationData']['IeligibleInterestCalculateForDailyBasisDFDLoan']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['IeligibleInterestCalculateForDailyBasisDFDLoan']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isLoanFormFeeWillBeShownInLoanDisbursePage', 'Is Loan Form Fee Will Be Shown In Loan Disburse Page', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if (isset($damageData['loanConfigurationData']['isLoanFormFeeWillBeShownInLoanDisbursePage'])) { if($damageData['loanConfigurationData']['isLoanFormFeeWillBeShownInLoanDisbursePage']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isLoanFormFeeWillBeShownInLoanDisbursePage']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isLoanFormFeeWillBeShownInLoanDisbursePage']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('maximumMemberAgeForGettingLoan', 'Maximum Member Age For Getting Loan', ['class' => 'col-sm-3 control-label loanSetting']) !!} {!! Form::label('',$damageData['loanConfigurationData']['maximumMemberAgeForGettingLoan'] ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('isLoanSecurityOptionEnable', 'Is Loan Security Option Enable', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php if (isset($damageData['loanConfigurationData']['isLoanSecurityOptionEnable'])) { if($damageData['loanConfigurationData']['isLoanSecurityOptionEnable']==''){ $value =''; } elseif($damageData['loanConfigurationData']['isLoanSecurityOptionEnable']==0){ $value = "No"; } elseif($damageData['loanConfigurationData']['isLoanSecurityOptionEnable']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::label('loanRebateAmountCalculationMethod', 'Loan Rebate Amount Calculation Method', ['class' => 'col-sm-3 control-label loanSetting']) !!} @php $value =''; if(isset(($damageData['loanConfigurationData']['loanRebateAmountCalculationMethod']))){ if($damageData['loanConfigurationData']['loanRebateAmountCalculationMethod']==0){ $value = "Flat Method"; } if($damageData['loanConfigurationData']['loanRebateAmountCalculationMethod']==1){ $value = "Declining Blance"; } } @endphp {!! Form::label('', $value, ['class' => 'col-sm-9 control-label loanSetting']) !!}
{!! Form::close() !!}
@endsection