<?php $__env->startSection('content'); ?>
        <div class="container">
       
           
           <br>
           <br>
            <div class="row">
          
                <div class="col-md-12">
  
                    <div class="row row-wrap">
               
                       
                        
                      <?php foreach($data as $offer): ?>
                         <div class="col-md-3" style="padding:10px;">
                    <div class="thumb">
                        <a class="hover-img" href="<?php echo URL('specialoffer/'.$offer->slug.''); ?>">
                            <img src="<?php echo URL('/media/uploads/images/hotel/size/263x197/'.$offer->featured_image.''); ?>" alt="<?php echo $offer->title; ?>" title="<?php echo $offer->title; ?>" />
                            <div class="hover-inner hover-inner-block hover-inner-bottom hover-inner-bg-black hover-hold">
                                <div class="text-small" style="color:#000;">
                                    <h5><?php echo $offer->title; ?></h5>
                                     <h5><?php echo $offer->created; ?> - <?php echo $offer->expiring; ?></h5>
                                  
                            
                                </div>
                            </div>
                        </a>
                    </div>
                </div>

                       <?php endforeach; ?>


                    </div>
                    <hr />
                    <div class="row">
                        <div class="col-md-6">
                            <p><small><?php echo $count; ?> hotels found in Maldives. &nbsp;&nbsp;Showing 1 – 15</small>
                            </p>
                            <ul class="pagination">
                                   <?php echo $data->links(); ?>
                            </ul>
                        </div>
                        <div class="col-md-6 text-right">
                            <p>Not what you're looking for? <a class="popup-text" href="#search-dialog" data-effect="mfp-zoom-out">Try your search again</a>
                            </p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="gap"></div>
        </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>