home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
0b8a13cc4c7f92a7479fd5b89b0b334e
← Back
<!-- Services --> <?php if(isset($homeServices)){ ?> <section id="featSurvices" class="featuredSevicesContainer clearfix"> <h1 class="text-center">Services</h1> <div class="featuredSevicesWrap clearfix"> <?php $serinc=0; $rowclass=''; foreach($homeServices as $homeservice){ $serinc++; if($serinc==1){$rowclass = 'colLarge'; } if($serinc==2){$rowclass = 'colMedium'; } if($serinc==3){$rowclass = 'colSmall'; } ?> <div class="<?php echo $rowclass; ?> "> <div class="hoverEffectInner hoverCol"> <a href="<?php echo URL::to('service/'.$homeservice->page_id.'/'.Str::slug($homeservice->page_name));?>" > <?php $serviceImage = ($homeservice->page_image_name)?"assets/uploads/page/".$homeservice->page_image_name:"assets/images/facilities.jpg"; ?> <img src="<?php echo $serviceImage; ?>"> <div class=" hr-cpt "><?php echo $homeservice->page_name; ?> <span class="tr-rht pull-right"> ></span> <div class="hover-txt"><?php echo $homeservice->page_description; ?> </div> </div> </a> </div> </div> <?php } ?> </div> </section> <?php }?>
💾 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