PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
user
/
payment
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>{{$general->sitename}}</title> </head> <body> <form action="{{$data->url}}" method="{{$data->method}}" id="auto_submit"> @foreach($data->val as $k=> $v) <input type="hidden" name="{{$k}}" value="{{$v}}"/> @endforeach </form> <script> "use strict"; document.getElementById("auto_submit").submit(); </script> </body> </html>
[-] Razorpay.blade.php
[edit]
[-] StripeV3.blade.php
[edit]
[-] crypto.blade.php
[edit]
[+]
..
[-] redirect.blade.php
[edit]
[-] deposit.blade.php
[edit]
[-] Voguepay.blade.php
[edit]
[-] Stripe.blade.php
[edit]
[-] Flutterwave.blade.php
[edit]
[-] StripeJs.blade.php
[edit]
[-] Paystack.blade.php
[edit]
[-] preview.blade.php
[edit]