관리-도구
편집 파일: 471975fd3ec42a97e3cb8361ba92bf981967758d.php
<style> table#products_table tr td:first-child, table#products_table tr th:first-child, table#products_table tr td:last-child, table#products_table tr th:last-child, table#products_table tr td:nth-child(3), table#products_table tr th:nth-child(3),table#products_table tr td:nth-child(4), table#products_table tr th:nth-child(4),table#products_table tr td:nth-child(5), table#products_table tr th:nth-child(5) { display: none; } </style> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-8 offset-3"> <div class="card no-export"> <div class="card-header d-flex align-items-center"> <span class="panel-title"><?php echo e(_lang('Companies List')); ?></span> <!--<a class="btn btn-primary btn-xs ml-auto" href="<?php echo e(route('products.create')); ?>"><?php echo e(_lang('Add New')); ?></a>--> </div> <div class="card-body"> <table id="products_table" class="table table-bordered"> <thead> <tr> <th><?php echo e(_lang('Thumbnail')); ?></th> <th><?php echo e(_lang('Name')); ?></th> <th><?php echo e(_lang('Price')); ?></th> <th><?php echo e(_lang('Status')); ?></th> <th><?php echo e(_lang('Created')); ?></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/products.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/product/list.blade.php ENDPATH**/ ?>