home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
f1e640e900b7116fffb570732aeaeddb
← Back
<?php echo $__env->make('admin.common.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('admin.common.leftmenu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <aside class="right-side"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Dashboard <small>Control panel</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Pages</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="box"> <div class="box-header"> <h3 class="box-title">Pages List</h3> <h4 class="pull-right col-sm-3 center"><a href="<?php echo URL::to('/')?>/admin/pages/create">Create Page</a></h4> </div><!-- /.box-header --> <div class="box-body table-responsive no-padding"> <table id="example1" class="table table-bordered table-hover"> <thead> <tr> <!--th>ID</th>--> <th>Page Name</th> <th>Current Page Layout</th> <th>Status</th> <th>Options</th> </tr></thead> <tbody> <?php if(!empty($menuTree)){ echo get_page_listing_tree_helper($pageTreeAdmin,asset('/')); }else{ ?> <tr> <td colspan="3">No records found!</td> </tr> <?php } ?> </tbody> </table> </div><!-- /.box-body --> </div> </section><!-- /.content --> </aside> <?php echo $__env->make('admin.common.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel