Current File : /home/itiffy/public_html/storage/framework/views/2fe42c699731c2d8e9ad6094563b7928d9f04df6.php |
<?php $__env->startSection('content'); ?>
<!-- BANNER SECTION -->
<div class="inner-banner-section">
<h1>Sitemap</h1>
<p>When you need game-changing ideas, strategic positioning, fresh perspective and a new approach.</p>
<div class="icon-logo"><img src="<?php echo e(url('public/images')); ?>/icon-logo.png" alt=""></div>
</div>
<!-- /BANNER SECTION -->
<div class="breadcrumb-box">
<ol class="breadcrumb container">
<li class="breadcrumb-item"><a href="<?php echo e(route('home')); ?>"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li class="breadcrumb-item active">Sitemap</li>
</ol>
</div>
<!-- /BREADCRUMB SECTION -->
<!-- CONTENT SECTION -->
<div class="content-section">
<!-- Section01 -->
<div class="cms-section01">
<div class="container">
<div class="row">
<div class="col-sm-6">
<ul class="sitemap-ul">
<li><a href="<?php echo e(route('home')); ?>"><strong>HOME</strong></a></li>
<li><a href="<?php echo e(route('about-us')); ?>"><strong>ABOUT US</strong></a></li>
<li><a href="<?php echo e(route('contact-us')); ?>"><strong>CONTACT US</strong></a></li>
<li><a href="<?php echo e(route('faqs')); ?>"><strong>FAQS</strong></a></li>
<li><a href="<?php echo e(route('terms-and-conditions')); ?>"><strong>TERMS & CONDITIONS</strong></a></li>
<li><a href="<?php echo e(route('refund-and-cancellation-policy')); ?>"><strong>REFUND & CANCELLATION POLICY</strong></a></li>
<li><a href="<?php echo e(route('privacy-policy')); ?>"><strong>PRIVACY POLICY</strong></a></li>
</ul>
</div>
<div class="col-sm-6">
<ul class="sitemap-ul">
<li><a href="#0"><strong>OUR WORK</strong></a></li>
<ul>
<li><a href="<?php echo e(route('portfolio-cms')); ?>">Websites</a></li>
<li><a href="<?php echo e(route('portfolio-graphic-logo')); ?>">Graphics</a></li>
<li><a href="<?php echo e(route('portfolio-mobile-app')); ?>">Mobile</a></li>
<!--<li><a href="portfolio-videos.php">Videos</a></li> -->
</ul>
<li><a href="<?php echo e(route('services')); ?>"><strong>SERVICES</strong></a></li>
<ul>
<li><a href="<?php echo e(route('graphic-designing')); ?>">Graphic Designing</a></li>
<li><a href="<?php echo e(route('web-design-and-development')); ?>">Web Design & Development</a></li>
<li><a href="<?php echo e(route('mobile-apps-development')); ?>">Mobile Apps Development</a></li>
<li><a href="<?php echo e(route('seo')); ?>">Online Marketing, SEO & SEM</a></li>
<li><a href="<?php echo e(route('local-seo')); ?>">Local SEO</a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<!-- /Section01 -->
</div>
<!-- /CONTENT SECTION -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>