관리-도구
편집 파일: 2c8f38e5a141942e4cd8becd9f041a10b37e7571.php
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-12"> <div class="card no-export"> <div class="card-header"> <span class="panel-title"><?php echo e(_lang('Order List')); ?></span> </div> <div class="card-body"> <table id="orders_table" class="table table-bordered"> <thead> <tr> <th><?php echo e(_lang('ID')); ?></th> <th><?php echo e(_lang('Order Date')); ?></th> <th><?php echo e(_lang('Customer Name')); ?></th> <th><?php echo e(_lang('Email')); ?></th> <th><?php echo e(_lang('Total')); ?></th> <th><?php echo e(_lang('Status')); ?></th> <th><?php echo e(_lang('Payment')); ?></th> <th class="text-center"><?php echo e(_lang('Action')); ?></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script src="<?php echo e(asset('public/backend/assets/js/datatables/orders.js?v=1.1')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/backend/order/list.blade.php ENDPATH**/ ?>