D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
t
/
a
/
t
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
4a5acadf037ced65864b7bf9cd750d0df5b61e66.php
back
Copy
<?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(); ?>