Current File : /home/itiffy/public_html/storage/framework/views/c7a48e2c0731c814da23b9f5da1e34233a1941c4.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(url('/blog')); ?>"><strong>BLOG</strong></a></li>
            <li><a href="<?php echo e(route('express')); ?>"><strong>EXPRESS</strong></a></li>
            <li><a href="<?php echo e(route('website-packages')); ?>"><strong>WEBSITE PLAN</strong></a></li>
            <li><a href="<?php echo e(route('terms-and-conditions')); ?>"><strong>TERMS &amp; CONDITIONS</strong></a></li>
            <li><a href="<?php echo e(route('refund-and-cancellation-policy')); ?>"><strong>REFUND &amp; 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')); ?>">Apps</a></li>
            </ul>
            <li><a href="<?php echo e(route('services')); ?>"><strong>SERVICES</strong></a></li>
            <ul>
              <li><a href="<?php echo e(route('services')); ?>">All Services</a></li>
              <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 &amp; 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 &amp; SEM</a></li>
              <li><a href="<?php echo e(route('dedicated-hire')); ?>">Dedicated Hire / Outsourcing</a></li>
              <li><a href="<?php echo e(route('local-seo')); ?>">Local SEO</a></li>
              <li><a href="<?php echo e(route('hosting')); ?>">Hosting</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(); ?>