{!! Form::open(['url' => '', 'id' => 'bulkPaymentForm']) !!}
| SL NO | Branch Name | Member | Savings Account | @if ($bankType != 'mobile_banking')Member Bank | @elseMember Bank | @endifAmount | {{--Application Date | --}}|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Code | Code | Opening Date | Nature | Deposit | Bank Name | A/C Number | {{-- @if ($savingsAccounts->bankName) --}} @if ($bankType != 'mobile_banking')Routing Number | Branch Name | @endif|||||||||||||||
| {{ $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 }} | @if ($bankType != 'mobile_banking'){{ $savingsAccount->routingNumber }} | {{ $savingsAccount->bankBranch }} | @endif{{ number_format($savingsAccount->interestBalance) }} | ||||||||||||
| Total Payment Amount | @elseTotal Payment Amount | @endif{!! Form::text('totalPayment', number_format(0), [ 'class' => 'form-control text-right', 'readonly' => 'readonly', 'id' => 'totalPayment', ]) !!} | ||||||||||||||||||||||
| @else | @endif | {!! Form::submit('Click here to Pay', ['class' => 'btn btn-blue form-control text-uppercase']) !!} | ||||||||||||||||||||||