home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
9be9d9ba09070ca00b136ef8d7db92dd
← Back
<?php $__env->startSection('metatags'); ?> <meta name="title" content="<?php echo e($pageContent->page_meta_title); ?>" /> <meta name="description" content="<?php echo e($pageContent->page_meta_description); ?>" /> <meta name="keywords" content="<?php echo e($pageContent->page_meta_keyword); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('seoPageTitle'); ?> <title><?php echo (!empty($pageContent->page_seo_title))?$pageContent->page_seo_title:$pageTitle; ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('styles'); ?> @parent <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="innerBanner bgimgaePositionRightTopResponsive" style="background:url(<?php echo asset('assets/uploads/page/recommended_banner/'.$pageContent->page_banner );?> ) no-repeat; background-size: cover;background-repeat: no-repeat;;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;background-size: cover;"> <!--<div class="banner-overlay"></div>--> <div class="welcome-text"> <div class="bannermainTitle"> <h4><?php echo $pageContent->page_name ;?> </h4> </div> </div> </div> <!-- ===============MAIN CONTENT =============--> <div class="main-content"> <div class="fluid-container"> <div class="content-wrapper"> <!--PRODUCTS--> <div class="page-section innerPageContentWrap productsListingPage"> <?php $i=0; foreach($articleList as $list){ $i++; if($i==1 || $i%4==0){ ?> <div class="row "> <?php } ?> <div class="col-sm-4 product"> <a href="<?php echo asset('article-details/'.$list->articles_alias) ?>"> <div class="productImg"> <img src="<?php echo asset('assets/uploads/articles/small/'.$list->articles_image_name)?>"> </div> <h4><?php echo $list->articles_title ;?></h4> </a> </div> <?php if($i%3==0){$i=0;?> </div> <?php } ?> <?php } ?> </div> </div> </div> </div> <!-- MAIN CONTENT --> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> @parent <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.frontend.master', 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