home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
bc334fb9cf8267981d01ade14aa17ca7
← Back
<?php $__env->startSection('styles'); ?> @parent <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="innerpageContainer"> <?php echo $__env->make('frontend.common.inner_page_banner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <section id="features"> <div class="container"> <h3 class="newsMainTitle"><?php echo $newsDetails->news_title; ?></h3> <div class="newsRow clearfix"> <?php if(!empty($newsDetails->news_image_name)){ ?> <img class="newsImg" src="<?php echo asset('assets/uploads/news/large/'.$newsDetails->news_image_name); ?>"> <?php } ?> <p><?php echo $newsDetails->news_content; ?></p> </div> </div> </section> </div> <?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