관리-도구
편집 파일: 8b69fd1315530d181f8a8191c89440d542eefc1f.php
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-12"> <div class="card no-export"> <form id="bulk_action_form" action="<?php echo e(route('product_reviews.bulk_action')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="card-header d-flex align-items-center"> <span class="panel-title"><?php echo e(_lang('All Reviews')); ?></span> <select class="bulk-action ml-auto" name="bulk_action" id="bulk_action"> <option value=""><?php echo e(_lang('Bulk Action')); ?></option> <option value="approved"><?php echo e(_lang('Approved')); ?></option> <option value="pending"><?php echo e(_lang('Pending')); ?></option> <option value="delete"><?php echo e(_lang('Delete')); ?></option> </select> </div> <div class="card-body"> <table id="product_reviews_table" class="table table-bordered"> <thead> <tr> <th><?php echo e(_lang('#')); ?></th> <th><?php echo e(_lang('User')); ?></th> <th><?php echo e(_lang('Company')); ?></th> <th class="text-center"><?php echo e(_lang('Rating')); ?></th> <th><?php echo e(_lang('Comment')); ?></th> <th class="text-center"><?php echo e(_lang('Status')); ?></th> <th class="text-center"><?php echo e(_lang('Action')); ?></th> </tr> </thead> <tbody> </tbody> </table> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script src="<?php echo e(asset('public/backend/assets/js/datatables/reviews.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/customdevdevopdi/findjobs.customdev.devopdigital.com/resources/views/backend/discussions/reviews/list.blade.php ENDPATH**/ ?>