@extends('layouts/microfin_layout') @section('title', '| Add Opening Loan Information') @section('content') @php use \App\Http\Controllers\microfin\savings\MfnSavingsDepositTypeController as createForm; @endphp
Opening Loan Information
{!! Form::open(array('url' => '', 'role' => 'forl', 'id' => 'branchOpeningInfoForm', 'class' => 'form-horizontal form-groups')) !!}
@if ($userBranchId==1) {!! createForm::select('branch', $branchList,null,'Branch:',['id'=>'branch','required'=>'required']) !!} @endif {!! createForm::select('primaryProduct', $primaryProductList,null,'Loan Product:',['id'=>'primaryProduct','required'=>'required']) !!} {!! createForm::select('gender',$genderList,null,'Gender:',['required'=>'required']) !!} {!! createForm::text('borrowerNo',null,'Borrower No (End of Month):',['required'=>'required']) !!} {!! createForm::text('thisMonthBorrowerNo',null,'Borrower No. (Current Month):',['required'=>'required']) !!} {!! createForm::text('disbursedAmount',null,'Loan Disbursement (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthDisbursedAmount',null,'Loan Disbursement (Current Month):',['required'=>'required']) !!} {!! createForm::text('repayAmount',null,'Total Loan Repay - with Service Charge (Against Cumulative Loan Disburse):',['required'=>'required']) !!} {!! createForm::text('principalRecoveryAmount',null,'Loan Recovery -Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthPrincipalRecoveryAmount',null,'Loan Recovery -Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('recoveryAmount',null,'Loan Recovery -with Service Charge (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthRecoveryAmount',null,'Loan Recovery -with Service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('writeOffAmount',null,'Write Off Amount -with Service Charge (Cumulative):',['required'=>'required']) !!} {!! createForm::text('writeOffNo',null,'Write Off Number (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthWriteOffAmount',null,'Write Off Amount -with Service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('thisMonthwriteOffNo',null,'Write Off Number (Current Month):',['required'=>'required']) !!} {!! createForm::text('writeOffAmountPrincipal',null,'Write Off Amount - Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthWriteOffAmountPrincipal',null,'Write Off Amount - Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('waiverAmountPrincipal',null,'Loan Waiver Amount - Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthWaiverAmountPrincipal',null,'Loan Waiver Amount - Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('rebateAmount',null,'Loan Rebate Amount (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthRebateAmount',null,'Loan Rebate Amount (Current Month):',['required'=>'required']) !!} {!! createForm::text('fullyPaidBorrowerNo',null,'Fully Paid Borrower No. (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthFullyPaidBorrowerNo',null,'Fully Paid Borrower No. (Current Month):',['required'=>'required']) !!} {!! createForm::text('closingOutstandingAmount',null,'Loan Outstanding-Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('closingOutstandingAmountWithServicesCharge',null,'Loan Outstanding-with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('principalRecoverableAmount',null,'Recoverable Amount - Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthPrincipalRecoverableAmount',null,'Recoverable Amount - Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('recoverableAmount',null,'Recoverable Amount - with service Charge (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthRecoverableAmount',null,'Recoverable Amount - with service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('principalRegularCollectionAmount',null,'Regular Recovery Amount - Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthPrincipalRegularCollectionAmount',null,'Regular Recovery - Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('regularCollectionAmount',null,'Regular Recovery - with service Charge (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthRegularCollectionAmount',null,'Regular Recovery - with service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('principalAdvanceCollectionAmount',null,'Advance Recovery - Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthPrincipalAdvanceCollectionAmount',null,'Advance Recovery - Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('advanceCollectionAmount',null,'Advance Recovery - with service Charge (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthAdvanceCollectionAmount',null,'Advance Recovery - with service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('principalDueCollectionAmount',null,'Due Recovery - Principle (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthPrincipalDueCollectionAmount',null,'Due Recovery - Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('dueCollectionAmount',null,'Due Recovery - with service Charge (Cumulative):',['required'=>'required']) !!} {!! createForm::text('thisMonthDueCollectionAmount',null,'Due Recovery - with service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('closingDueAmount',null,'Total Due Amount - Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('thisMonthNewDueAmount',null,'New Due Amount- Principle (Current Month):',['required'=>'required']) !!} {!! createForm::text('closingDueAmountWithServicesCharge',null,'Total Due Amount - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('thisMonthNewDueAmountWithServicesCharge',null,'New Due Amount - with service Charge (Current Month):',['required'=>'required']) !!} {!! createForm::text('watchfulOutstanding',null,'watchful Outstanding - Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('watchfulOutstandingWithServicesCharge',null,'watchful Outstanding - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('watchfulOverdue',null,'watchful Overdue (End of the Month):',['required'=>'required']) !!} {!! createForm::text('watchfulOverdueWithServicesCharge',null,'watchful Overdue - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('substandardOutstanding',null,'Substandard Outstanding - Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('substandardOutstandingWithServicesCharge',null,'Substandard Outstanding - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('substandardOverdue',null,'Substandard Overdue - Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('substandardOverdueWithServicesCharge',null,'Substandard Overdue - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('doubtfullOutstanding',null,'Doubtfull Outstanding- Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('doubtfullOutstandingWithServicesCharge',null,'Doubtfull Outstanding - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('doubtfullOverdue',null,'Doubtfull Overdue- Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('doubtfullOverdueWithServicesCharge',null,'Doubtfull Overdue - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('badOutstanding',null,'Bad Outstanding- Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('badOutstandingWithServicesCharge',null,'Bad Outstanding - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('badOverdue',null,'Bad Overdue - Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('badOverdueWithServicesCharge',null,'Bad Overdue - with service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('outstandingWithMoreThan2DueInstallments',null,'Outstanding with more then Two due Installment - Principle (End of the Month):',['required'=>'required']) !!} {!! createForm::text('outstandingWithMoreThan2DueInstallmentsServicesCharge',null,'Outstanding with more then Two due Installment - With service Charge (End of the Month):',['required'=>'required']) !!} {!! createForm::text('noOfSubstandardLoanee',null,'Substandard Loanee No. (End of Month):',['required'=>'required']) !!} {!! createForm::text('noOfDoubtfullLoanee',null,'Doubtful Loanee No. (End of Month):',['required'=>'required']) !!} {!! createForm::text('noOfBadLoanee',null,'Bad Loanee No. (End of Month):',['required'=>'required']) !!} {!! createForm::text('noOfDueLoanee',null,'Due Loanee No. (End of Month):',['required'=>'required']) !!} {!! createForm::text('totalNoOfDueLoaneeOnlyOptionalProduct',null,'Due Loanee No. (Only Optional product) (End of Month):',['required'=>'required']) !!} {!! createForm::text('savingBalanceOfOverdueLoanee',null,'Savings Balance of overdue Loanee (End of Month):',['required'=>'required']) !!} {!! createForm::text('noOfUniqueLoanee',null,'No. of Member (End of Month):',['required'=>'required']) !!} {!! createForm::text('cumBorrowerNo',null,'Borrower No. (Cumulative):',['required'=>'required']) !!} {!! createForm::text('cumLoanNo',null,'Loan No. (Cumulative):',['required'=>'required']) !!}
{!! Form::close() !!}
{{-- update notification Modal --}} {{-- end update notification Modal --}} @endsection