Файловый менеджер - Редактировать - /home/clickysoft/public_html/standup.clickysoft.net/storage/framework/views/236a2da5c73099fd401c642501d2b77d1b09d44c.php
Назад
<?php $__env->startSection('content'); ?> <div class="card"> <div class="card-header"> <?php echo e(trans('cruds.user.title_singular')); ?> <?php echo e(trans('global.list')); ?> </div> <div class="card-body"> <div class="table-responsive"> <table class=" table table-bordered table-striped table-hover datatable datatable-User"> <thead> <tr> <th width="10"> </th> <th> <?php echo e(trans('cruds.user.fields.id')); ?> </th> <th> <?php echo e(trans('cruds.user.fields.name')); ?> </th> <th> <?php echo e(trans('cruds.user.fields.email')); ?> </th> <th> <?php echo e(trans('cruds.user.fields.email_verified_at')); ?> </th> <th> <?php echo e(trans('cruds.user.fields.roles')); ?> </th> <th> </th> </tr> </thead> <tbody> <?php $__currentLoopData = $users; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $user): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr data-entry-id="<?php echo e($user->id); ?>"> <td> </td> <td> <?php echo e($user->id ?? ''); ?> </td> <td> <?php echo e($user->name ?? ''); ?> </td> <td> <?php echo e($user->email ?? ''); ?> </td> <td> <?php echo e($user->email_verified_at ?? ''); ?> </td> <td> <?php $__currentLoopData = $user->roles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <span class="badge badge-info"><?php echo e($item->title); ?></span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </td> <td> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('user_delete')): ?> <form action="<?php echo e(route('admin.users.destroy', $user->id)); ?>" method="POST" onsubmit="return confirm('<?php echo e(trans('global.areYouSure')); ?>');" style="display: inline-block;"> <input type="hidden" name="_method" value="DELETE"> <input type="hidden" name="_token" value="<?php echo e(csrf_token()); ?>"> <input type="submit" class="btn btn-xs btn-danger" value="<?php echo e(trans('global.delete')); ?>"> </form> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php echo \Illuminate\View\Factory::parentPlaceholder('scripts'); ?> <script> $(function () { let dtButtons = $.extend(true, [], $.fn.dataTable.defaults.buttons) <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('user_delete')): ?> let deleteButtonTrans = '<?php echo e(trans('global.datatables.delete')); ?>' let deleteButton = { text: deleteButtonTrans, url: "<?php echo e(route('admin.users.massDestroy')); ?>", className: 'btn-danger', action: function (e, dt, node, config) { var ids = $.map(dt.rows({ selected: true }).nodes(), function (entry) { return $(entry).data('entry-id') }); if (ids.length === 0) { alert('<?php echo e(trans('global.datatables.zero_selected')); ?>') return } if (confirm('<?php echo e(trans('global.areYouSure')); ?>')) { $.ajax({ headers: {'x-csrf-token': _token}, method: 'POST', url: config.url, data: { ids: ids, _method: 'DELETE' }}) .done(function () { location.reload() }) } } } dtButtons.push(deleteButton) <?php endif; ?> $.extend(true, $.fn.dataTable.defaults, { orderCellsTop: true, order: [[ 1, 'desc' ]], pageLength: 100, }); let table = $('.datatable-User:not(.ajaxTable)').DataTable({ buttons: dtButtons }) $('a[data-toggle="tab"]').on('shown.bs.tab click', function(e){ $($.fn.dataTable.tables(true)).DataTable() .columns.adjust(); }); }) </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/standup.clickysoft.net/resources/views/admin/team-members/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка