<?php $__env->startSection('content'); ?>    
        <div class="page-title-container style2">
            <div class="container">
                <div class="page-title pull-left">
                </div>
                <ul class="breadcrumbs pull-right">
                    <li><a href="#">HOME</a></li>
                    <li class="active">The Maldives</li>
                </ul>
            </div>
        </div>

        <section id="content">
            <div class="container">
            <h1 style="text-align:center"><?php echo $heading; ?></h1>
             <img src="<?php echo URL('/media/uploads/images/hotel/size/1140x416/'.$seo->featured_image.''); ?>" alt="" />
                    <br>
                    <br>
                    <p style="font-size:18px;text-align:center">
                    <?php echo $seo_description; ?>

                    </p>


                <div class="row">
                    

                    <div class="col-lg-3">
                  
        
                        <div class="travelo-box contact-box">
                            <h4>Need <?php echo AppHelper::config('site_name'); ?> Help?</h4>
                            
                            <p>We would be more than happy to help you. Our team advisor are 24/7 at your service to help you.</p>
                            <address class="contact-details">
                                <span class="contact-phone"><i class="soap-icon-phone"></i><?php echo AppHelper::config('site_hotline'); ?></span>
                                <br>
                                <a class="contact-email" href="#"><?php echo AppHelper::config('site_email'); ?></a>
                            </address>
                        </div>

                        <div class="travelo-box contact-box">
                            <h2>Holidays</h2>
                           
                            <?php foreach($experience as $exp): ?>
                            <a href="<?php echo URL('maldives/'.$exp->seo_slug.''); ?>"><h6><?php echo $exp->name; ?></h6></a>
                            <?php endforeach; ?>
                        </div>


                        <div class="travelo-box contact-box">
                            <h2>Villas</h2>
                           
                            <?php foreach($villas as $exp): ?>
                            <a href="<?php echo URL(AppHelper::config('rooms_route').'/'.$exp->seo_slug.''); ?>"><h6><?php echo $exp->name; ?></h6></a>
                            <?php endforeach; ?>
                        </div>

                        <div class="travelo-box contact-box">
                            <h2>Top Resorts</h2>
                           
                            <?php foreach($resorts as $resort): ?>
                            <a href="<?php echo URL(AppHelper::config('hotel_route').'/'.$resort->type.'/'.$resort->seo_slug.''); ?>"><h6><?php echo $resort->name; ?></h6></a>
                            <?php endforeach; ?>
                        </div>

                    </div>


                    <div id="main" class="col-md-9">
                        <div class="travelo-box travel-ideas">
                           
                            <h2 class="idea-title"><span class="index">1</span>Find Maldives Information?</h2>
                            <div class="column-3 image-box suggestions">

                             <?php foreach($posts as $post): ?>
                                <div class="box">
                                    <a href="<?php echo URL('visit-maldives/'.$post->seo_slug.''); ?>">
                                        <img src="<?php echo URL('/media/uploads/images/hotel/size/340x340/'.AppHelper::blogPostthumb($post->id).''); ?>" alt="" />
                                    </a>
                                    <h4 class="caption"><a href="<?php echo URL('visit-maldives/'.$post->seo_slug.''); ?>"><?php echo $post->seo_title; ?></a></h4>
                                    <br>
                                    <?php
                     
                                    ?>
                                    <p>
                                        <?php echo $post->seo_description; ?>.. <a href="<?php echo URL('visit-maldives/'.$post->seo_slug.''); ?>">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>read more</b></a>

                                    </p>
                                </div>
                            <?php endforeach; ?>
                                
                         
                               
                            </div>

                
                        </div>
                    </div>



                    <div id="main" class="col-md-9">
                        <div class="travelo-box travel-ideas">
                           
                            <h2 class="idea-title">Special Offers Available in Maldives</h2>
                            <div class="column-4 image-box suggestions">

                             <?php foreach($offers as $offer): ?>
                                <div class="box">
                                    <a href="<?php echo URL(AppHelper::config('offers_route').'/'.AppHelper::offercategoryslug($offer->id).''); ?>/<?php echo $offer->seo_slug; ?>">
                                        <img src="<?php echo URL('/media/uploads/images/hotel/size/340x340/'.$offer->featured_image.''); ?>" alt="" />
                                    </a>
                                    <h4 class="caption"><a href="<?php echo URL(AppHelper::config('offers_route').'/'.AppHelper::offercategoryslug($offer->id).''); ?>/<?php echo $offer->seo_slug; ?>"><?php echo $offer->seo_title; ?></a></h4>
                                    <br>
                                 
                  
                                </div>
                            <?php endforeach; ?>
                                
                         
                               
                            </div>

                
                        </div>
                    </div>


                


                     <div id="main" class="col-md-9">
<a href="<?php echo URL(AppHelper::config('hotel_route').'/luxury-maldives'); ?>">
                <img src="<?php echo URL('/media/uploads/images/hotel/size/1140x416/'.$sliders->file.''); ?>" alt="<?php echo $sliders->title; ?>" width="100%" height="auto">
</a>
                        <div class="travelo-box travel-ideas">
                           <br>
                            <h2 class="idea-title">Holidays in Maldives</h2>
                            <div class="column-4 image-box suggestions">

                             <?php foreach($experiences as $category): ?>
                                <div class="box">
                                    <a href="<?php echo URL('maldives'); ?>/<?php echo $category->seo_slug; ?>">
                                        <img src="<?php echo URL('/media/uploads/images/hotel/size/340x340/'.$category->featured_image.''); ?>" alt="" />
                                    </a>
                                    <h4 class="caption"><a href="<?php echo URL('maldives'); ?>/<?php echo $category->seo_slug; ?>"><?php echo $category->name; ?></a></h4>
                                    <br>
                                 
                  
                                </div>
                            <?php endforeach; ?>
                                
                         
                               
                            </div>

                
                        </div>
                    </div>






                        </div>



                </div>
            </div>
        </section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('front.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>