Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/cdbe06f69464b1ba9281bc967eaf537901a90b4e.php
Назад
<?php $__env->startSection('title'); ?> <title><?php echo e(__('admin.Admin')); ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('admin-content'); ?> <!-- Main Content --> <div class="main-content"> <section class="section"> <div class="section-header"> <h1><?php echo e(__('admin.Admin')); ?></h1> <div class="section-header-breadcrumb"> <div class="breadcrumb-item active"><a href="<?php echo e(route('admin.dashboard')); ?>"><?php echo e(__('admin.Dashboard')); ?></a></div> <div class="breadcrumb-item"><?php echo e(__('admin.Admin')); ?></div> </div> </div> <div class="section-body"> <a href="<?php echo e(route('admin.admin.create')); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> <?php echo e(__('admin.Add New')); ?></a> <div class="row mt-4"> <div class="col"> <div class="card"> <div class="card-body"> <div class="table-responsive table-invoice"> <table class="table table-striped" id="dataTable"> <thead> <tr> <th><?php echo e(__('admin.SN')); ?></th> <th><?php echo e(__('admin.Name')); ?></th> <th><?php echo e(__('admin.Email')); ?></th> <th><?php echo e(__('admin.Image')); ?></th> <th><?php echo e(__('admin.Status')); ?></th> <th><?php echo e(__('admin.Action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $admins; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $admin): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e(++$index); ?></td> <td><?php echo e($admin->name); ?></td> <td><?php echo e($admin->email); ?></td> <td> <?php if($admin->image): ?> <img src="<?php echo e(asset($admin->image)); ?>" alt="" width="80px" class="rounded-circle"> <?php else: ?> <img src="<?php echo e(asset($defaultProfile)); ?>" alt="" width="80px" class="rounded-circle"> <?php endif; ?> </td> <td> <?php if($admin->admin_type == 0): ?> <?php if($admin->status == 1): ?> <a href="javascript:;" onclick="changeAdminStatus(<?php echo e($admin->id); ?>)"> <input id="status_toggle" type="checkbox" checked data-toggle="toggle" data-on="<?php echo e(__('admin.Active')); ?>" data-off="<?php echo e(__('admin.Inactive')); ?>" data-onstyle="success" data-offstyle="danger"> </a> <?php else: ?> <a href="javascript:;" onclick="changeAdminStatus(<?php echo e($admin->id); ?>)"> <input id="status_toggle" type="checkbox" data-toggle="toggle" data-on="<?php echo e(__('admin.Active')); ?>" data-off="<?php echo e(__('admin.Inactive')); ?>" data-onstyle="success" data-offstyle="danger"> </a> <?php endif; ?> <?php endif; ?> </td> <td> <?php if($admin->admin_type == 0): ?> <a href="javascript:;" data-toggle="modal" data-target="#deleteModal" class="btn btn-danger btn-sm" onclick="deleteData(<?php echo e($admin->id); ?>)"><i class="fa fa-trash" aria-hidden="true"></i></a> <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> </div> </section> </div> <script> function deleteData(id){ $("#deleteForm").attr("action",'<?php echo e(url("admin/admin/")); ?>'+"/"+id) } function changeAdminStatus(id){ var isDemo = "<?php echo e(env('PROJECT_MODE')); ?>" if(isDemo == 0){ toastr.error('This Is Demo Version. You Can Not Change Anything'); return; } $.ajax({ type:"put", data: { _token : '<?php echo e(csrf_token()); ?>' }, url:"<?php echo e(url('/admin/admin-status/')); ?>"+"/"+id, success:function(response){ toastr.success(response) }, error:function(err){ console.log(err); } }) } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.master_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\laragon\www\topland\script_content\main_files\resources\views/admin/admin.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка