home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
47868db03abedd59b8d124b588449980
← Back
<!DOCTYPE html> <html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, maximum-scale=1.0" /> <meta name="baseurl" content="<?php echo asset('/') ?>" /> <?php $__env->startSection('metatags'); ?> <meta name="title" content="<?php echo e(@$websiteSettings->site_meta_title); ?>" /> <meta name="description" content="<?php echo e(@$websiteSettings->site_meta_description); ?>" /> <meta name="keywords" content="<?php echo e(@$websiteSettings->site_meta_keyword); ?>" /> <?php echo $__env->yieldSection(); ?> <?php $__env->startSection('seoPageTitle'); ?> <title><?php if(!empty($seoPageTitle)){ echo $seoPageTitle; }else{ echo $pageTitle; } ?></title> <?php echo $__env->yieldSection(); ?> <link rel="shortcut icon" type="image/x-icon" href="<?php echo asset('/assets/images/favicon.ico'); ?>" media="screen" /> <!--<link rel="shortcut icon" href="<?php echo asset('/assets/images/fav-icon.png'); ?>">--> <?php $__env->startSection('styles'); ?> <?php echo $__env->make('layouts.frontend.cssfiles', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->yieldSection(); ?> </head> <body id="content"> <?php echo $__env->make('layouts.frontend.topnav', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->yieldContent('content'); ?> <?php echo $__env->make('layouts.frontend.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->startSection('scripts'); ?> <?php echo $__env->make('layouts.frontend.jsfiles', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->yieldSection(); ?> </body> </html>
💾 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