home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
baa4ca1f8cbd510777b00848a7e64d47
← Back
<?php $__env->startSection('styles'); ?> @parent <?php echo HTML::style("assets/css/owl.carousel.css"); ?> <?php echo HTML::style("assets/css/owl.transitions.css"); ?> <?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="pricing"> <div class="container"> <div class="row"> <?php if(!empty($officeLocations)) { ?> <?php foreach($officeLocations as $locations){ ?> <div class="col-sm-6 col-md-3"> <div class="wow zoomIn" data-wow-duration="400ms" data-wow-delay="0ms"> <ul class="pricing"> <li class="plan-header"> <div class="plan-name"> <?php echo $locations->location_address1; ?> </div> </li> <li><?php echo $locations->location_address2; ?></li> <li><?php echo $locations->location_address3; ?></li> <li><?php echo $locations->location_phone; ?></li> </ul> </div> </div> <?php }?> <?php }else{ ?> Sorry, office locations will be provided soon. <?php } ?> </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