ok
Direktori : /home2/selectio/www/3-idiots/storage/framework/views/ |
Current File : //home2/selectio/www/3-idiots/storage/framework/views/1b5fb3e1315509e46f6b0800988c44c9baaafa96.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; } } /* */ </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="feature_header __feature_header" style="margin-top: 5%;text-align: center;"> <span>Payment method</span> </div> <div class="row"> <div class="col-lg-6"> <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;">Bank Account Details :</h4> <table> <tr> <td style="width: 40%;"> <b>Account No</b></td> <td style="width: 14%;"> : </td> <td><b>20422533702</b></td> </tr> <tr> <td><b>Name</b> </td> <td> : </td> <td><b>Dineshkumar.P</b></td> </tr> <tr> <td><b>Ifsc Code</b></td> <td> : </td> <td><b>SBIN0015036</b></td> </tr> <tr> <td><b>Bank name</b></td> <td> : </td> <td><b>STATE BANK OF INDIA</b></td> </tr> <tr> <td><b>Branch</b></td> <td> : </td> <td><b>Ellampillai</b></td> </tr> </table> <a href="https://auroraa.site/a1-textile/account-oder" target="_blank" class="btn btn-secondary pull-right"> View Order ID </a> <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;"> Once Complete Payment using Bank Detail (or) QR Code Take Screenshot and Upload here. </h4> <form> <div class="form-control"> <lable>Enter Order Id: </lable> <input type="text" name="" id="" placeholder="Enter Order Id"> </div> <br> <lable>Upload Screenshot </lable> <input type="file" id="myfile" name="myfile"> <button class="btn btn-secondary btn-block" type="submit" style="margin-top: 7%; left: unset; right: 0;top:0"> Submit </button> </form> </div> <div class="col-lg-6"> <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;text-align: center;">QR CODE :</h4> <img src="resources/views/web-views/barcode/qrcode.jpg" style="width: 45%;margin-left: 25%;"> <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;text-align: center;">UPI ID :</h4> <p style="text-align: center;font-size: 20px;">dpdinesh004@oksbi</p> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('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/auroraas/public_html/a1-textile/resources/views/web-views/checkout-complete.blade.php ENDPATH**/ ?>