home
/
zktecojo
/
public_html
/
app
/
views-feb 24
/
frontend
➕ New
📤 Upload
✎ Editing:
content.blade.php
← Back
@extends('layouts.frontend.master') @section('metatags') <meta name="title" content="{{{$pageContent->page_meta_title}}}" /> <meta name="description" content="{{{$pageContent->page_meta_description}}}" /> <meta name="keywords" content="{{{$pageContent->page_meta_keyword}}}" /> @stop @section('seoPageTitle') <title><?php echo (!empty($pageContent->page_seo_title))?$pageContent->page_seo_title:$pageTitle; ?></title> @stop @section('styles') @parent @stop @section('content') @stop @section('scripts') @parent <?php if(!empty($ourPeople)) { ?> <script src="<?php echo asset("assets/js/jquery.fancybox.js"); ?>"></script> <script> $(document).ready(function(){ $('.fancybox').fancybox(); }); </script> <script> <?php if(!empty($hasCompanyBrochureForm) && $hasCompanyBrochureForm){ ?> function refresh_captcha(){ d = new Date(); $("#captchaImage").attr("src", "<?php echo asset('/captcha')?>?"+d.getTime()); } $(document).ready(function(){ $('.fa-refresh').on('click',function() { refresh_captcha(); }); $('#submitbtn').on('click',function(e){ $('#ajaxLoader').show(); e.preventDefault(); sendAsyncAjax($('#requestBrochureForm').attr('action'),$('#requestBrochureForm').serialize(),function(response){ // console.log(response) if(response.message){ $('#errorMessage').html(response.message); $('#errorMessage').fadeIn('slow'); setTimeout(function(){ $('#errorMessage').fadeOut('slow'); },15000); } refresh_captcha(); $('.form-control').val(''); $('#ajaxLoader').hide(); }); }); }); <?php } ?> </script> <?php } ?> @stop
💾 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