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
/
Edit File Name :
79d87dd649a81b1d9aab8414fd7084ae5a5cf788.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['myOrders'] ?? __('My Orders')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords['myOrders'] ?? __('myOrders')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords['myOrders'] ?? __('myOrders')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="user-dashbord pt-100 pb-60"> <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 mb-40"> <div class="account-info"> <div class="title mb-2"> <h4><?php echo e($keywords['myOrders'] ?? __('My Orders')); ?></h4> </div> <div class="main-info"> <div class="main-table"> <div class="table-responsive"> <table id="order_table" class="dataTables_wrapper table-striped dt-bootstrap4" style="width:100%"> <thead> <tr> <th><?php echo e($keywords['order_number'] ?? __('order number')); ?></th> <th><?php echo e($keywords['date'] ?? __('date')); ?></th> <th><?php echo e($keywords['total'] ?? __('total')); ?></th> <th><?php echo e($keywords['Status'] ?? __('status')); ?></th> <th><?php echo e($keywords['action'] ?? __('action')); ?></th> </tr> </thead> <tbody> <?php if($orders): ?> <?php $__currentLoopData = $orders; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $order): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($order->order_number); ?></td> <td><?php echo e($order->created_at->format('d-m-Y')); ?></td> <td><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($order->total); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?> </td> <td> <span class="front-status-btn <?php echo e($order->order_status); ?>"><?php echo e($order->order_status); ?></span> </td> <td> <a href="<?php echo e(route('customer.orders-details', ['id' => $order->id, getParam()])); ?>" class="btn base-bg"><?php echo e($keywords['details'] ?? __('Details')); ?></a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <tr class="text-center"> <td colspan="4"> <?php echo e($keywords['no_items'] ?? __('No Items found!')); ?> </td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> $(document).ready(function() { $('#order_table').DataTable({ ordering: false }); }); </script> <?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.blade.php ENDPATH**/ ?>
Save