home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
852dcf8add0511533bdc28d63f29b279
← Back
<!DOCTYPE html> <html> <head> <meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow"> <?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" 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 class="homepage"> <?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(); ?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-62446798-1', 'auto'); ga('send', 'pageview'); </script> </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