IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/resources/views/students/onlinefees/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/resources/views/students/onlinefees/test.blade.php

<html>
<body>
{!! Form::open(['url' => 'student/payfees', 'class' => 'form-horizontal']) !!}
 <input type="hidden" name="reqType" value="T">
                       <input type="hidden" name="mrctCode" value="T302515"/>
                       <input type="hidden" name="mrctTxtID" value="abc123"/>
                       <input type="hidden" name="currencyType" value="INR"/>
                       <input type="hidden" name="itc" value="NIC~TXN0001~122333~rt14154~3 apr 2019~Payment~forpayment"/>
                       <input type="hidden" name="reqDetail" value="FIRST_10.00_0.0"/>
                       <input type="hidden" name="txnDate" value="{{today_date()}}"/>
                       <input type="hidden" name="locatorURL" value="https://www.tpsl-india.in/PaymentGateway/TransactionDetailsNew.wsdl">
                       <input type="hidden" name="key" value="6600681084OHFNJU"/>
                       <input type="hidden" name="iv" value="7536264808NGVHQW"/>
                       <input type="text" name="amount" class="form-control" required="required" onkeypress = 'return onlyNumbersandSpecialChar(event)'>
                                  
                       <input type="hidden" name="returnURL" value='{{url('student/payment-status')}}'/>
                        <input class="btn btn-primary btn-round" type="submit" name="submit" value="Submit" />
{!! Form::close() !!} 
</body>
</html>

Copyright © 2021 - 2025 IMMREX7