Viewing file: 3635592397630078a76c0a3873541b411100aa94.php (1.22 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<link rel="stylesheet" href="<?php echo e(asset('public/dist/plugins/Responsive-2.2.5/css/responsive.dataTables.min.css')); ?>">
<!-- daterange picker -->
<link rel="stylesheet" href="<?php echo e(asset('public/dist/plugins/bootstrap-daterangepicker/daterangepicker.min.css')); ?>">
<?php if(\Cache::get(config('cache.prefix') . '-language-direction') == 'rtl'): ?>
<link rel="stylesheet" href="<?php echo e(asset('public/datta-able/css/layouts/rtl.min.css')); ?>">
<?php endif; ?>
<div class="table-responsive pt-2">
<?php echo $dataTable->table([
'class' => 'table table-striped table-hover dt-responsive',
'width' => '100%',
'cellspacing' => '0',
]); ?>
</div>
<script src="<?php echo e(asset('public/dist/plugins/DataTables-1.10.21/js/jquery.dataTablesCus.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/dist/plugins/Responsive-2.2.5/js/dataTables.responsive.min.js')); ?>"></script>
<?php echo $dataTable->scripts(); ?>
<script src="<?php echo e(asset('public/dist/js/custom/yajra-custom.min.js')); ?>"></script>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/admin/layouts/includes/yajra-data-table.blade.php ENDPATH**/ ?>
|