{!! Form::open(['url' => '', 'id' => 'bulkPaymentForm']) !!} @if ($bankType != 'mobile_banking') @else @endif {{-- --}} {{-- @if ($savingsAccounts->bankName) --}} @if ($bankType != 'mobile_banking') @endif @php $sl = 1; @endphp @foreach ($savingsAccounts as $key => $savingsAccount) /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/savings/interestPayment/process.blade.php on line 51
withoutLoan" style="background-color:
Warning: Undefined variable $savingsAccount in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/savings/interestPayment/process.blade.php on line 51

Warning: Attempt to read property "isLoanExist" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/accounting/savings/interestPayment/process.blade.php on line 51
default" title="{{ $savingsAccount->loanCode }}"> @if ($bankType != 'mobile_banking') @endif @endforeach @if (count($savingsAccounts) > 0) @if ($bankType != 'mobile_banking') @else @endif @if ($isAllowSubmit) @if ($bankType != 'mobile_banking') @else @endif @endif @endif
SL NO Branch Name Member Savings AccountMember BankMember BankAmountApplication Date
Name Code Code Opening Date Nature Deposit Bank Name A/C NumberRouting Number Branch Name
{{ $sl++ }} {{ $savingsAccount->branchNameNCode }} {{ $savingsAccount->memberName }} {{ $savingsAccount->memberCode }} {{ $savingsAccount->savingsCode }} {{ date('d-m-Y', strtotime($savingsAccount->accountOpeningDate)) }} {{ $savingsAccount->interestWithdrawFrequency }} {{ number_format($savingsAccount->fixedDepositAmount) }} {{ $savingsAccount->bankName }} {{ $savingsAccount->accountNumber }}{{ $savingsAccount->routingNumber }} {{ $savingsAccount->bankBranch }} {{ number_format($savingsAccount->interestBalance) }}
Total Payment Amount   Total Payment Amount   {!! Form::text('totalPayment', number_format(0), [ 'class' => 'form-control text-right', 'readonly' => 'readonly', 'id' => 'totalPayment', ]) !!}
{!! Form::submit('Click here to Pay', ['class' => 'btn btn-blue form-control text-uppercase']) !!}
{!! Form::close() !!}