@php $rand = 0; @endphp @if(isset($employee->employee_loan) && count($employee->employee_loan) > 0) @foreach($employee->employee_loan as $eml) @php $rand++; @endphp
Loan {{$rand}} - @if(isset($eml->name)){{$function->loan_types()[$eml->name][0]}}@endif @if(isset($eml->sanction_date))- {{\Carbon\Carbon::parse($eml->sanction_date)->format('d-m-Y')}}@endif @if(isset($eml->sanction_amount)) : {{$eml->sanction_amount}} TK @endif
ঋণের ধরন (Loan Type)
employee_id) && isset($eml->name) && (int)$eml->name > 0) readonly @else name="loan[{{$eml->id}}][name]" @endif required >
নির্বাচন করুন
@foreach($function->loan_types() as $key=>$loan_type)
name) && (int)$eml->name == $key) selected @endif>{{$loan_type[0]}}({{$loan_type[1]}})
@endforeach
মঞ্জুরি নম্বর (Sanction Number)
*
employee_id) && isset($eml->sanction_number)) readonly @else name="loan[{{$eml->id}}][sanction_number]" @endif class="form-control" @if(isset($eml->sanction_number))value="{{$eml->sanction_number}}"@endif required/>
মঞ্জুরি তারিখ (Sanction Date)
*
employee_id) && isset($eml->sanction_date)) @else name="loan[{{$eml->id}}][sanction_date]" @endif @if(isset($eml->sanction_date))value="{{\Carbon\Carbon::parse($eml->sanction_date)->format('d-m-Y')}}"@endif required/>
মঞ্জুরীকৃত অর্থের পরিমাণ (Sanction Amount)
employee_id) && isset($eml->sanction_amount)) readonly @else name="loan[{{$eml->id}}][sanction_amount]" @endif class="form-control" @if(isset($eml->sanction_amount))value="{{$eml->sanction_amount}}"@endif/>
অবছয়ের পরিমাণ (Depreciation Amount)
employee_id) && isset($eml->depreciation_amount)) readonly @else name="loan[{{$eml->id}}][depreciation_amount]" @endif class="form-control" @if(isset($eml->depreciation_amount))value="{{$eml->depreciation_amount}}"@endif/>
মোট কিস্তির সংখ্যা (Total number of installment)
employee_id) && isset($eml->sanction_total_no_installment)) readonly @else name="loan[{{$eml->id}}][sanction_total_no_installment]" @endif class="form-control" @if(isset($eml->sanction_total_no_installment))value="{{$eml->sanction_total_no_installment}}"@endif/>
কিস্তি পরিশোধ শুরুর তারিখ (Installment starting date)
employee_id) && isset($eml->sanction_installment_starting_date)) @else name="loan[{{$eml->id}}][sanction_installment_starting_date]" @endif @if(isset($eml->sanction_installment_starting_date))value="{{\Carbon\Carbon::parse($eml->sanction_installment_starting_date)->format('d-m-Y')}}"@endif/>
পরিশোধিত কিস্তির সংখ্যা (Number of installment paid)
employee_id) && isset($eml->sanction_no_installment_paid)) readonly @else name="loan[{{$eml->id}}][sanction_no_installment_paid]" @endif class="form-control" @if(isset($eml->sanction_no_installment_paid))value="{{$eml->sanction_no_installment_paid}}"@endif/>
সুদের মোট পরিমাণ (Total interest amount)
employee_id) && isset($eml->sanction_total_interest_amount)) readonly @else name="loan[{{$eml->id}}][sanction_total_interest_amount]" @endif class="form-control" @if(isset($eml->sanction_total_interest_amount))value="{{$eml->sanction_total_interest_amount}}"@endif/>
সমন্বয়কৃত অর্থের পরিমাণ (Adjusted Amount)
employee_id) && isset($eml->sanction_adjusted_amount)) readonly @else name="loan[{{$eml->id}}][sanction_adjusted_amount]" @endif class="form-control" @if(isset($eml->sanction_adjusted_amount))value="{{$eml->sanction_adjusted_amount}}"@endif/>
সুদের কিস্তির সংখ্যা (Number of interest installment)
employee_id) && isset($eml->sanction_number_interest_installment)) readonly @else name="loan[{{$eml->id}}][sanction_number_interest_installment]" @endif class="form-control" @if(isset($eml->sanction_number_interest_installment))value="{{$eml->sanction_number_interest_installment}}"@endif/>
পরিশোধিত সুদের কিস্তির সংখ্যা (Number of interest installment Paid)
employee_id) && isset($eml->sanction_number_interest_installment_paid)) readonly @else name="loan[{{$eml->id}}][sanction_number_interest_installment_paid]" @endif class="form-control" @if(isset($eml->sanction_number_interest_installment_paid))value="{{$eml->sanction_number_interest_installment_paid}}"@endif/>
@endforeach @else @php $v = \request()->v @endphp @if(isset($v))
Loan {{$v}}
@php $rand = rand(10000000000,100000000000) @endphp
ঋণের ধরন (Loan Type)
নির্বাচন করুন
@foreach($function->loan_types() as $key=>$loan_type)
name) && (int)$eml->name == $key) selected @endif>{{$loan_type[0]}}({{$loan_type[1]}})
@endforeach
মঞ্জুরি নম্বর (Sanction Number)
*
মঞ্জুরি তারিখ (Sanction Date)
*
মঞ্জুরীকৃত অর্থের পরিমাণ (Sanction Amount)
অবছয়ের পরিমাণ (Depreciation Amount)
মোট কিস্তির সংখ্যা (Total number of installment)
কিস্তি পরিশোধ শুরুর তারিখ (Installment starting date)
পরিশোধিত কিস্তির সংখ্যা (Number of installment paid)
সুদের মোট পরিমাণ (Total interest amount)
সমন্বয়কৃত অর্থের পরিমাণ (Adjusted Amount)
সুদের কিস্তির সংখ্যা (Number of interest installment)
পরিশোধিত সুদের কিস্তির সংখ্যা (Number of interest installment Paid)
@endif @endif