One Hat Cyber Team
Your IP :
172.69.58.130
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
htmlOld
/
storage
/
framework
/
views
/
Edit File:
c13a52a6137e5e14f0e3ce6bb4bd7613.php
<?php $__env->startSection('title', 'Sitatic Pages List '); ?> <?php $__env->startSection('content_header'); ?> <h1>Static Pages</h1> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="card"> <div class="card-header"> <h3 class="card-title">Static page list</h3> <div class="card-tools"> <div class="input-group input-group-sm"> <a class="btn btn-outline-primary btn-block btn-sm" href="<?php echo e(route('admin-static-pages-add')); ?>"> <i class="fas fa-file"></i> Add new page </a> </div> </div> </div> <div class="card-body"> <table class="table table-hover"> <tbody><tr> <th>#</th> <th>Page Name</th> <th width="300">Operations</th> </tr> <?php $__currentLoopData = $rows; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($loop->iteration + $rows->firstItem() - 1); ?></td> <td><?php echo e($row->name); ?></td> <td> <a href="<?php echo e(route('admin-static-pages-edit',$row->id)); ?>" class="mb-2 mr-2 btn-icon btn btn-primary "> <i class="fas fa-edit"></i> Edit </a> <a href="<?php echo e(route('admin-static-pages-delete',$row->id)); ?>" class="mb-2 mr-2 btn-icon btn btn-danger confirmation "> <i class="fas fa-trash"></i> Delete </a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody></table> <?php echo $rows->links(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <script type="text/javascript"> $('.confirmation').on('click', function () { return confirm('This record will be deleted. Are you sure?'); }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('adminlte::page', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/advantage-project.com/resources/views/admin/static-pages/index.blade.php ENDPATH**/ ?>
Simpan