ok
Direktori : /home2/selectio/www/a1tex.in/storage/framework/views/ |
Current File : /home2/selectio/www/a1tex.in/storage/framework/views/625a21c9e3b6d797b3ca19b392e19d00dc6f77e1.php |
<?php $__env->startSection('title',\App\CPU\translate('Order Complete')); ?> <?php $__env->startPush('css_or_js'); ?> <style> .spanTr { color: <?php echo e($web_config['primary_color']); ?>; } .amount { color: <?php echo e($web_config['primary_color']); ?>; } @media (max-width: 600px) { .orderId { margin- <?php echo e(Session::get('direction') === "rtl" ? 'left' : 'right'); ?>: 91px; } } .__card .custom-file-label, .__card .card-header, .__card .form-control { border-color: rgb(25 28 29 / 48%) !important; } /* */ </style> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="container mt-5 mb-5 rtl __inline-53" style="text-align: <?php echo e(Session::get('direction') === "rtl" ? 'right' : 'left'); ?>;"> <div class="row d-flex justify-content-center"> <div class="col-md-10 col-lg-10"> <div class="card"> <?php if(auth('customer')->check()): ?> <div class=" p-5"> <div class="row"> <div class="col-md-6"> <h5 class="font-black __text-20px"><?php echo e(\App\CPU\translate('your_order_has_been_placed_successfully!')); ?> !</h5> </div> </div> <div class="row mb-4"> <div class="col-12"> <center> <i class="fa fa-check-circle __text-100px __color-0f9d58"></i> </center> </div> </div> <span class="font-weight-bold d-block mt-4 __text-17px"><?php echo e(\App\CPU\translate('Hello')); ?>, <?php echo e(auth('customer')->user()->f_name); ?></span> <span><?php echo e(\App\CPU\translate('You order has been confirmed and will be shipped according to the method you selected!')); ?></span> <div class="row mt-4"> <div class="col-6"> <a href="<?php echo e(route('home')); ?>" class="btn btn--primary"> <?php echo e(\App\CPU\translate('go_to_shopping')); ?> </a> </div> <div class="col-6"> <a href="<?php echo e(route('account-oder')); ?>" class="btn btn-secondary pull-<?php echo e(Session::get('direction') === "rtl" ? 'left' : 'right'); ?>"> <?php echo e(\App\CPU\translate('check_orders')); ?> </a> </div> </div> </div> <?php endif; ?> </div> </div> </div> <!-- <div class="row"> <form action="<?php echo e(route('payment-info')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input type="hidden" name="order_id" id="" value="<?=$order_details['0']['id']; ?>" > <lable>Upload Screenshot </lable> <input type="file" id="myfile" name="myfile" required> <button class="btn btn-secondary btn-block" type="submit" style="margin-top: 7%; left: unset; right: 0;top:0"> Submit </button> </form> </div>--> <?php $__env->stopSection(); ?> <?php $__env->startPush('script'); ?> <!-- <script> $(document).ready(function(){ demo_check(); function demo_check() { console.log('checck Working fine...'); $.post({ url: '<?php echo e(route('payment-info')); ?>', dataType: 'json', data : { _token: '8DOzuAcY8Thkgwp3qxvYj2i23rh4HQX3OEv72syI'}, beforeSend: function () { $('#loading').show(); }, success: function (data) { console.log("success..."); console.log(data); }, complete: function () { $('#loading').hide(); }, }); } }); </script>--> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/selectio/public_html/myclassicfit.com/resources/views/web-views/checkout-complete.blade.php ENDPATH**/ ?>