home
/
zktecojo
/
public_html
/
app
/
views-feb 24
/
layouts
/
frontend
➕ New
📤 Upload
✎ Editing:
master.blade.php
← 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="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, maximum-scale=1.0" /> <meta name="robots" content="index, follow"> <meta name="title" content="{{ @$seo_title }}" /> <meta name="baseurl" content="<?php echo asset('/') ?>" /> @section('metatags') <meta name="description" content="{{ @$seo_description }}" /> <meta name="keywords" content="{{ @$seo_keyword }}" /> @show @section('seoPageTitle') <title><?php if(!empty($seoPageTitle)){ echo $seoPageTitle; }else{ echo $pageTitle; } ?></title> @show <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'); ?>">--> @section('styles') @include('layouts.frontend.cssfiles') @show </head> <body id="content"> @include('layouts.frontend.topnav') @yield('content') @include('layouts.frontend.footer') @section('scripts') @include('layouts.frontend.jsfiles') @show <!--Add By Jerry ZKDubai --> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WS3JSX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WS3JSX');</script> <!-- End Google Tag Manager --> <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-69604820-1', 'auto'); ga('send', 'pageview'); </script> <!--Add By Jerry ZKDubai--> </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