One Hat Cyber Team
Your IP :
18.116.100.166
Server IP :
104.21.16.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
storage
/
framework
/
views
/
Edit File:
34f6ff6cfa3a13147b8e7cc7aecf3a9e7d5760c1.php
<?php $__env->startSection('title'); ?> <?php echo e(__('Order Success')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Page Title--> <div class="page-title"> <div class="container"> <div class="column"> <ul class="breadcrumbs"> <li><a href="<?php echo e(route('front.index')); ?>"><?php echo e(__('Home')); ?></a> </li> <li class="separator"></li> <li><?php echo e(__('Success')); ?></li> </ul> </div> </div> </div> <!-- Page Content--> <div class="container padding-bottom-3x mb-1"> <div class="card text-center"> <div class="card-body padding-top-2x"> <h3 class="card-title text-success"><?php echo e(__('Thank you for your order')); ?>!</h3> <p class="card-text"><?php echo e(__('Your order has been placed and will be processed as soon as possible.')); ?></p> <p class="card-text"><?php echo e(__('Make sure you make note of your order number, which is')); ?> <span class="text-medium"><?php echo e($order->transaction_number); ?></span></p> <p class="card-text"><?php echo e(__('You will be receiving an email shortly with confirmation of your order.')); ?> </p> <div class="padding-top-1x padding-bottom-1x"> <a class="btn btn-primary m-4" href="<?php echo e(route('front.catalog')); ?>"><span><i class="icon-package pr-2"></i> <?php echo e(__('View our products again')); ?></span></a> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('master.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/shop/public_html/core/resources/views/front/checkout/success.blade.php ENDPATH**/ ?>
Simpan