 <?php $__env->startSection('content'); ?>
<style>
.jcarousel-control-prev {
    left: -100px;
}
</style>




<?php if(count($data['banners'])>0): ?>
<ul class="bxslider">
		<?php if(!empty($data['banners'])): ?> <?php foreach($data['banners'] as $banner): ?>
		<li><img src="<?php echo asset('uploads/features/'.$banner->url); ?>" title="" />
		<!--

			 <div class="container">
				<div class="slide">
					<h1><?php echo $banner->title; ?></h1>
					<p><?php echo strip_tags($banner->content); ?></p>
					<p>
						<a class="btn exp" href="#">Get Started It's Free</a>
					</p>
					
				</div>
				<span class="developertwo_img"><img src="<?php echo asset('uploads/features/'.$banner->url); ?>" title="" /></span>
			</div>
			-->
			</li>
		 <?php endforeach; ?> <?php endif; ?>

	</ul><br>
	<?php endif; ?>	
<?php if(count($data['logo'])>0): ?>
	<div class="merchant_clnt">
		<div class="container clearfix">
			<h4>Our Satisfied Clientele</h4>
			<div class="client_list">
			<div class="jcarousel-wrapper">
                <div class="jcarousel">
                    <ul>
                    <?php foreach($data['logo'] as $logo): ?>
                        <li>
                        <div style="width: 140px; height: 100px">
                        <img src="<?php echo asset('uploads/features/'.$logo->url); ?>"  alt="Image 1">
                        </div>
                        </li>
                    <?php endforeach; ?>
                        <!-- <li><img src="assets/images/client_2.jpg" alt="Image 2"></li>
                        <li><img src="assets/images/client_3.jpg" alt="Image 4"></li>
                        <li><img src="assets/images/client_5.jpg" alt="Image 4"></li>
                        <li><img src="assets/images/client_4.jpg" alt="Image 3"></li> -->
                        
                    </ul>
                </div>

                <a href="#" class="jcarousel-control-prev">&lsaquo;</a>
                <a href="#" class="jcarousel-control-next">&rsaquo;</a>

               
            </div>
            </div>
		</div>
	</div>
<?php endif; ?>	
<?php if(count($data['customer'])>0): ?>
	<div class="benefits_bx container">
		<h3 style="padding: 5px;">Features & Benefits</h3>
		
		
		<ul class="ben_six">
		<?php if(!empty($data['customer'])): ?>
		<?php $i=1;?>
		<?php foreach($data['customer'] as $customers): ?>
		<li><img src="<?php echo asset('uploads/features/'.$customers->url); ?>"> 
				<h4><?php echo $customers->title; ?></h4> 
					<p><?php echo $customers->content; ?></p> 
				<?php if($i%3!=0): ?>
				<div class="line_hlf"></div>
				<?php endif; ?>
				</li> 
				<?php $i++;?>
		<?php endforeach; ?>
		<?php endif; ?>
			
		</ul>
<!-- 		<?php if($customers->title=='Understand your customers'): ?> -->
<!-- 			<li><img src="assets/images/text-bg.jpg"> -->
<!-- 				<h4> -->
<!-- 					Understand your customers  -->
				
<!-- 				</h4> -->
<!-- 					<p><?php echo $customers->content; ?></p> -->
<!-- 				<div class="line_hlf"></div></li> -->
						
<!-- 			<?php endif; ?> <?php if($customers->title=='Drive more foot traffic'): ?> -->
			
<!-- 			<li><img src="assets/images/text-bg.jpg"> -->
<!-- 				<h4> -->
<!-- 					Drive more foot traffic  -->
<!-- 				</h4> -->
<!-- 				<p><?php echo $customers->content; ?></p> -->
<!-- 				<div class="line_hlf"></div></li> -->
			
<!-- 			<?php endif; ?> <?php if($customers->title=='Get more customers'): ?> -->
<!-- 			<li><img src="assets/images/text-bg.jpg"> -->
<!-- 				<h4> -->
<!-- 					Get more customers -->
<!-- 				</h4> -->
<!-- 				 <p><?php echo $customers->content; ?></p> -->
<!-- 				<div class="line_hlf"></div> -->
<!-- 			</li> -->
<!-- 			<?php endif; ?> <?php if($customers->title=='Increase Spending'): ?>	 -->
<!-- 			<li><img src="assets/images/text-bg.jpg"> -->
<!-- 				<h4> -->
<!-- 					Increase Spending -->
<!-- 				</h4> -->
<!-- 				 <p><?php echo $customers->content; ?></p> -->
<!-- 				<div class="line_hlf"></div></li> -->
<!-- 			<?php endif; ?> <?php if($customers->title=='Wide Exposure'): ?>	 -->
				
<!-- 			<li><img src="assets/images/text-bg.jpg"> -->
<!-- 				<h4> -->
<!-- 					Wide Exposure  -->
<!-- 				</h4> -->
<!-- 				<p><?php echo $customers->content; ?></p> -->
<!-- 				<div class="line_hlf"></div></li> -->
			
			
<!-- 		<?php endif; ?> <?php if($customers->title=='Effective Reach'): ?>	 -->
			
<!-- 			<li><img src="assets/images/text-bg.jpg"> -->
<!-- 				<h4> -->
<!-- 					Effective Reach  -->
<!-- 				</h4> -->
<!-- 				<p><?php echo $customers->content; ?></p> -->
<!-- 				<div class="line_hlf"></div></li> -->
			
<!-- 		<?php endif; ?> -->
		
	</div>
<?php endif; ?>	
	
<?php if(count($data['category'])>0): ?>
	<div class="benefits_bx container clearfix">
		
		<h3>Vetted Across Industries</h3>
		
		
		<!--<div class="grid clearfix">
		<?php foreach($data['category'] as $cat): ?>
			<figure>
				<img src="<?php echo asset('uploads/features/'.$cat->url); ?>" />
				<figcaption>
					 <div>
						<h2><?php echo $cat->title; ?></h2>
					</div> 
				</figcaption>			
			</figure>
		<?php endforeach; ?>
		</div>-->
		
		<div class="grid-container clearfix">
			<ul class="rig columns-3">
			<?php foreach($data['category'] as $cat): ?>
				<li>
					<img src="<?php echo asset('uploads/features/'.$cat->url); ?>" />
				</li>
				<?php endforeach; ?>
				<!-- <li>
					<img src="assets/images/tile_retail.jpg" />
				</li>
				<li>
					<img src="assets/images/tile_retail.jpg" />
				</li> -->
			</ul>
		</div>
	</div>
	<?php endif; ?>	
	<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.merchant_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>