One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
1ce8f1b53e751955ced57743bb7870f81a904582.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Order_details'] ?? __('Order details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords['Order_details'] ?? __('Order details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords['Order_details'] ?? __('Order details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="user-dashbord"> <div class="container"> <div class="row"> <?php if ($__env->exists('user-front.customer.side-navbar')) echo $__env->make('user-front.customer.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="row"> <div class="col-lg-12"> <div class="user-profile-details"> <div class="order-details"> <?php if(!onlyDigitalItems($data)): ?> <div class="progress-area-step"> <ul class="progress-steps"> <li class="<?php echo e($data->order_status == 'Pending' ? 'active' : ''); ?>"> <div class="icon">1</div> <div class="progress-title"><?php echo e(__('Pending')); ?></div> </li> <li class="<?php echo e($data->order_status == 'processing' ? 'active' : ''); ?>"> <div class="icon">2</div> <div class="progress-title"><?php echo e(__('Processing')); ?></div> </li> <li class="<?php echo e($data->order_status == 'completed' ? 'active' : ''); ?>"> <div class="icon">3</div> <div class="progress-title"><?php echo e(__('Completed')); ?></div> </li> <li class="<?php echo e($data->order_status == 'rejected' ? 'active' : ''); ?>"> <div class="icon">4</div> <div class="progress-title"><?php echo e(__('Rejected')); ?></div> </li> </ul> </div> <?php else: ?> <div class="progress-area-step"> <ul class="progress-steps"> <li class="<?php echo e($data->order_status == 'Pending' ? 'active' : ''); ?>"> <div class="icon">1</div> <div class="progress-title"><?php echo e(__('Pending')); ?></div> </li> <li class="<?php echo e($data->order_status == 'processing' ? 'active' : ''); ?>"> <div class="icon">2</div> <div class="progress-title"><?php echo e(__('Processing')); ?></div> </li> <li class="<?php echo e($data->order_status == 'completed' ? 'active' : ''); ?>"> <div class="icon">3</div> <div class="progress-title"><?php echo e(__('Completed')); ?></div> </li> <li class="<?php echo e($data->order_status == 'rejected' ? 'active' : ''); ?>"> <div class="icon">4</div> <div class="progress-title"><?php echo e(__('Rejected')); ?></div> </li> </ul> </div> <?php endif; ?> <div class="title"> <h4><?php echo e($keywords['Item_Order_details'] ?? __('Item Order Details')); ?></h4> </div> <div id="print"> <div class="view-order-page"> <div class="order-info-area"> <div class="row align-items-center"> <div class="col-lg-8"> <div class="order-info"> <h3><?php echo e($keywords['order'] ?? __('Order')); ?> <?php echo e($data->order_id); ?> [<?php echo e($data->order_number); ?>]</h3> <p><strong><?php echo e($keywords['order'] ?? __('Order')); ?> <?php echo e($keywords['date'] ?? __('Date')); ?></strong> <?php echo e($data->created_at->format('d-m-Y')); ?></p> </div> </div> <div class="col-lg-4 print-btn"> <div class="prinit"> <a href="<?php echo e(asset('assets/front/invoices/' . $data->invoice_number)); ?>" download="invoice.pdf" id="print-click" class="btn"><i class="fas fa-print"></i><?php echo e($keywords['Download_Invoice'] ?? __('Download Invoice')); ?> </a> </div> </div> </div> </div> </div> <div class="billing-add-area"> <div class="row"> <div class="col-md-4 "> <div class="payment-information"> <h5><?php echo e($keywords['Order_details'] ?? __('Order Details')); ?> : </h5> <p><strong><?php echo e($keywords['Payment_Status'] ?? __('Payment Status')); ?></strong> : <?php if($data->payment_status == 'Pending' || $data->payment_status == 'pending'): ?> <span class="badge badge-danger"><?php echo e($data->payment_status); ?> </span> <?php else: ?> <span class="badge badge-success"><?php echo e($data->payment_status); ?> </span> <?php endif; ?> </p> <?php if(!empty($data->shipping_method)): ?> <p><strong><?php echo e($keywords['Shipping_Method'] ?? __('Shipping Method')); ?> </strong> : <?php echo e($data->shipping_method); ?> </p> <?php endif; ?> <p><strong> <?php echo e($keywords['Cart_Total'] ?? __('Cart Total')); ?></strong> : <span class="amount"><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($data->cart_total); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?></span> </p> <p class="text-success"> <strong><?php echo e($keywords['Discount'] ?? __('Discount')); ?></strong> <span style="font-size: 12px;">(<i class="fas fa-minus"></i>)</span> : <span class="amount"><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($data->discount); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?></span> </p> <p> <strong><?php echo e($keywords['subtotal'] ?? __('Subtotal')); ?></strong> : <span class="amount"><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($data->cart_total - $data->discount); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?></span> </p> <?php if(!empty($data->shipping_method)): ?> <p class="text-danger"> <strong><?php echo e($keywords['Shipping_charge'] ?? __('Shipping Charge')); ?></strong> <span style="font-size: 12px;">(<i class="fas fa-plus"></i>)</span> : <span class="amount"><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($data->shipping_charge); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?></span> </p> <?php endif; ?> <p class="text-danger"> <strong><?php echo e($keywords['tax'] ?? __('Tax')); ?></strong> (<?php echo e($userBs->tax); ?>%) <span style="font-size: 12px;">(<i class="fas fa-plus"></i>)</span> : <span class="amount"><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($data->tax); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?></span> </p> <p> <strong> <?php echo e($keywords['Paid_Amount'] ?? __('Paid Amount')); ?> </strong> : <span class="amount"><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($data->total); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?></span> </p> <p> <strong> <?php echo e($keywords['Payment_Method'] ?? __('Payment Method')); ?> </strong> : <?php echo e($data->method); ?></p> </div> </div> <div class="col-md-4"> <div class="main-info"> <h5> <?php echo e($keywords['shipping_details'] ?? __('Shipping Details')); ?> </h5> <ul class="list"> <li> <p><span> <strong><?php echo e($keywords['email'] ?? __('Email')); ?> </strong> :</span><?php echo e($data->shpping_email); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['phone'] ?? __('Phone')); ?> </strong> :</span><?php echo e($data->shpping_number); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['city'] ?? __('City')); ?> </strong> :</span><?php echo e($data->shpping_city); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['address'] ?? __('Address')); ?></strong> :</span><?php echo e($data->shpping_address); ?> </p> </li> <li> <p> <span> <strong><?php echo e($keywords['country'] ?? __('Country')); ?> </strong> : </span><?php echo e($data->shpping_country); ?> </p> </li> </ul> </div> </div> <div class="col-md-4"> <div class="main-info"> <h5><?php echo e($keywords['billing_details'] ?? __('Billing Details')); ?> </h5> <ul class="list"> <li> <p><span> <strong> <?php echo e($keywords['email'] ?? __('Email')); ?> </strong> :</span><?php echo e($data->billing_email); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['phone'] ?? __('Phone')); ?> </strong> :</span><?php echo e($data->billing_number); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['city'] ?? __('City')); ?> </strong> :</span><?php echo e($data->billing_city); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['address'] ?? __('Address')); ?> </strong> :</span><?php echo e($data->billing_address); ?> </p> </li> <li> <p><span> <strong><?php echo e($keywords['country'] ?? __('Country')); ?></strong> :</span><?php echo e($data->billing_country); ?> </p> </li> </ul> </div> </div> </div> </div> <div class="table-responsive product-list"> <h5><?php echo e($keywords['Ordered_Items'] ?? __('Ordered Items')); ?></h5> <table class="table table-bordered"> <thead> <tr> <th><?php echo e($keywords['Image'] ?? __('Image')); ?></th> <th><?php echo e($keywords['Name'] ?? __('Name')); ?></th> <th><?php echo e($keywords['details'] ?? __('Details')); ?></th> <th><?php echo e($keywords['total'] ?? __('Total')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $data->orderitems; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $order): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php // $product = App\Models\User\UserItem::findOrFail($order->item_id); $itemcontent = App\Models\User\UserItemContent::where('item_id', $order->item_id) ->where('language_id', $currentLanguage->id) ->first(); $ser = 0; ?> <?php if($order->item->type == 'digital'): ?> <?php for($i = 0; $i < $order->qty; $i++): ?> <tr> <td><img src="<?php echo e(asset('assets/front/img/user/items/thumbnail/' . $order->item->thumbnail)); ?>" alt="product" width="100"></td> <td> <a class="d-block" href="<?php echo e(route('front.user.item_details', ['slug' => $itemcontent->slug, getParam()])); ?>"> <?php echo e(strlen($order->title) > 24 ? mb_substr($order->title, 0, 24, 'UTF-8') . '...' : $order->title); ?> </a> <?php if($order->item->type == 'digital' && $data->payment_status == 'Completed'): ?> <?php if(!empty($order->item->download_file)): ?> <form action="<?php echo e(route('user-digital-download')); ?>" method="POST"> <?php echo csrf_field(); ?> <input type="hidden" name="item_id" value="<?php echo e($order->item->id); ?>"> <button type="submit" class="digital-donwload-btn btn btn-primary btn-sm border-0"><?php echo e(__('Download')); ?></button> </form> <?php elseif(!empty($order->item->download_link)): ?> <a style="font-size: 12px;" href="<?php echo e($order->item->download_link); ?>" target="_blank" class="digital-donwload-btn btn btn-primary btn-sm border-0 base-bg text-uppercase"><?php echo e(__('Download')); ?></a> <?php endif; ?> <?php endif; ?> </td> <td> <b><?php echo e($keywords['Quantity'] ?? __('Quantity')); ?> :</b> <span>1</span><br> </td> <td><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?><?php echo e($order->price); ?><?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?> </td> </tr> <?php endfor; ?> <?php else: ?> <tr> <td> <img src="<?php echo e(asset('assets/front/img/user/items/thumbnail/' . $order->item->thumbnail)); ?>" alt="product" width="100"> </td> <td> <a class="d-block" title="<?php echo e($order->title); ?>" href="<?php echo e(route('front.user.item_details', ['slug' => $itemcontent->slug, getParam()])); ?>"><?php echo e(strlen($order->title) > 35 ? mb_substr($order->title, 0, 35, 'UTF-8') . '...' : $order->title); ?></a> <strong><?php echo e('Item Price : '); ?> </strong><?php echo e($be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : ''); ?><?php echo e($order->price / $order->qty); ?> <br><?php echo e($be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : ''); ?> <br> <?php if(!empty($order->variations)): ?> <?php $v_total = 0; $variatons = json_decode($order->variations); ?> <?php if(!empty($variatons)): ?> <p> <strong><?php echo e($keywords['Variations'] ?? __('Variations')); ?>:</strong> </p> <?php $__currentLoopData = $variatons; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $itm): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <strong><?php echo e($k); ?> </strong>: <?php echo e($itm->name); ?> + <?php echo e($be->base_currency_symbol_position == 'left' ? $be->base_currency_symbol : ''); ?> <?php echo e($itm->price); ?> <br> <?php echo e($be->base_currency_symbol_position == 'right' ? $be->base_currency_symbol : ''); ?> <?php $v_total += $itm->price; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php endif; ?> <form action="<?php echo e(route('user-digital-download')); ?>" method="POST"> <?php echo csrf_field(); ?> <input type="hidden" name="product_id" value="<?php echo e($order->item->id); ?>"> <?php if($order->item->type == 'digital'): ?> <button type="submit" class="digital-donwload-btn btn btn-primary btn-sm border-0">Download</button> <?php endif; ?> </form> </td> <td> <b><?php echo e($keywords['Quantity'] ?? __('Quantity')); ?> :</b> <span><?php echo e($order->qty); ?></span><br> </td> <td><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?><?php echo e($order->price + $v_total * $order->qty); ?><?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?> </td> </tr> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> <div class="edit-account-info"> <a href="<?php echo e(URL::previous()); ?>" class="btn btn-primary"><?php echo e($keywords['Back'] ?? __('Back')); ?></a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('user-front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user-front/customer/order_details.blade.php ENDPATH**/ ?>