{!! Form::open(['url' => '', 'id' => 'bulkPaymentForm']) !!}
| SL NO | Branch Name | Member | Member Bank | Amount | {{--Application Date | --}}||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Code | NID status | Category | Bank Name | A/C Number | Routing Number | Branch Name | Payment Req. Date | |||||
| {{ ($sl++) }} | {{sprintf('%03d',$branchInfo[$application->branchIdFk]->branchCode)}} - {{$branchInfo[$application->branchIdFk]->name}} | {{ $application->memberName }} | {{ $application->memberCode }} | {{ $application->nidStatus }} | {{ $application->ptoductCatName }} | {{ $application->bankName }} | {{ $application->accountNumber }} | {{ $application->routingNumber }} | {{ $application->bankBranch }} | {{ $application->paymentReqDate ? date('d-m-Y H:i:s A', strtotime($application->paymentReqDate)) : 'N/A' }} | {{ number_format($application->amount) }} | ||
| Total Payment Amount | {!! Form::text('totalAmount', number_format(0), [ 'class' => 'form-control text-right', 'readonly' => 'readonly', 'id' => 'totalAmount' ]) !!} | ||||||||||||
| {!! Form::submit('Click here to Pay', ['class' => 'btn btn-blue form-control text-uppercase']) !!} | |||||||||||||