⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.77
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
styleage_v3
/
core
/
storage
/
framework
/
views
/
View File Name :
eb6fa10d52702fb05841668b3bcba4ba9c63ba96.php
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"> <title>Redirecting</title> <style> .bold { font-weight: 700; } .cen { width: 70%; margin: 0 auto; } .cen2 { width: 70%; margin: 30px auto 0; } .imgclass { width: 180px; } </style> </head> <body> <div class="container"> <br/> <div class="cen2 text-center"> <div class="site-branding"> <a class="site-logo align-self-center" href="<?php echo e(route('front.index')); ?>"> <img src="<?php echo e(asset('assets/images/'.$setting->logo)); ?>" alt="<?php echo e($setting->title); ?>" class="imgclass"> </a> </div> </div> <form action="<?php echo e(route($action_url)); ?>" method="post"> <?php echo csrf_field(); ?> <div class="manual_pay_cont"> <br/> <h3 class="text-center">Manual Payment Method</h3> <br/> <div class = "text-center"> <div class="row"> <div class="col-md-6 col-sm-6"> <h3>Bank Details</h3> <p>Bank Name : <span class="bold">SBI Bank</span></p> <p>Account No : <span class="bold">9876543210</span></p> <p>IFSC Code : <span class="bold">SBIB00010</span></p> <p>Amount : <span class="bold">INR <?php echo e($fields['amount']); ?></span></p> <p>Order ID : <span class="bold"><?php echo e($fields['orderId']); ?></span></p> </div> <div class="col-md-6 col-sm-6"> <h3>UPI Details</h3> <p>UPI No : <span class="bold">abcd@ybl</span></p> <p>Amount : <span class="bold">INR <?php echo e($fields['amount']); ?></span></p> <p>Order ID : <span class="bold"><?php echo e($fields['orderId']); ?></span></p> </div> </div></div> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="cen"> <br/> <h6>Notes :-</h6> <p>Please transfer <span class="bold">INR <?php echo e($fields['amount']); ?></span> to the above bank details or UPI id . After the successful payment please share the screenshot with Order Id to +91 9123123123. Once payment is verified we will confirm the order.<br/> Thank you.</p> </div> </div> </div> </div> <br/> <div class="text-center"> <input type="submit" value="Submit" class="btn btn-primary"> </div> </form> </div> </body> </html><?php /**PATH /var/www/styleage_v3/core/resources/views/payments/paymentmake.blade.php ENDPATH**/ ?>