Current File : /home/itiffy/public_html/storage/framework/views/54cc2ef78581fb82521cb5708e0be939daf44494.php |
<?php $__env->startSection('content'); ?>
<div class="portlet box green">
<div class="portlet-title">
<div class="caption"><?php echo e(trans('quickadmin::qa.logs-index-list')); ?></div>
</div>
<div class="portlet-body">
<table class="table table-striped table-hover table-responsive" id="ajaxtable">
<thead>
<th><?php echo e(trans('quickadmin::qa.logs-index-user')); ?></th>
<th><?php echo e(trans('quickadmin::qa.logs-index-action')); ?></th>
<th><?php echo e(trans('quickadmin::qa.logs-index-action_model')); ?></th>
<th><?php echo e(trans('quickadmin::qa.logs-index-action_id')); ?></th>
<th><?php echo e(trans('quickadmin::qa.logs-index-time')); ?></th>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('javascript'); ?>
<script>
$('#ajaxtable').DataTable({
processing: true,
serverSide: true,
ajax: '<?php echo e(route('actions.ajax')); ?>',
language: {
url: "<?php echo e(trans('quickadmin::strings.datatable_url_language')); ?>"
},
columns: [
{data: 'users.name', name: 'user_id'},
{data: 'action', name: 'action'},
{data: 'action_model', name: 'action_model'},
{data: 'action_id', name: 'action_id'},
{data: 'created_at', name: 'created_at'}
]
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>