67 lines
No EOL
3.3 KiB
PHP
67 lines
No EOL
3.3 KiB
PHP
<?php $__env->startSection('main_content'); ?>
|
|
|
|
|
|
|
|
|
|
<!-- Hero Section-->
|
|
<section class="hero hero-home no-padding">
|
|
<!-- Hero Slider-->
|
|
<div class="owl-carousel owl-theme hero-slider">
|
|
<div style="background: url(<?php echo e(asset('lib/hub/img') .'/'.'hero-bg-2.jpg'); ?>);" class="item d-flex align-items-center has-pattern">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6">
|
|
<h1>Hub</h1>
|
|
<ul class="lead">
|
|
<li><strong>Bootstrap 4 E-commerce</strong> template</li>
|
|
<li><strong>24</strong> pages, <strong>6</strong> colour variants</li>
|
|
<li><strong>SCSS</strong> sources </li>
|
|
<li>frequent & <strong>free updates</strong></li>
|
|
</ul><a href="#" class="btn btn-template wide shop-now">Shop Now<i class="icon-bag"> </i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="background: url(<?php echo e(asset('lib/hub/img') .'/' .'hero-bg.jpg'); ?>);" class="item d-flex align-items-center">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6 text-white">
|
|
<h1>Labore et dolore magna aliqua</h1>
|
|
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><a href="#" class="btn btn-template wide shop-now">Shop Now<i class="icon-bag"> </i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="background: url(<?php echo e(asset('lib/hub/img') .'/' .'hero-bg-3.jpg'); ?>);" class="item d-flex align-items-center">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6 text-white">
|
|
<h1>Sed do eiusmod tempor</h1>
|
|
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><a href="#" class="btn btn-template wide shop-now">Shop Now<i class="icon-bag"> </i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="categories">
|
|
<div class="container">
|
|
<header class="text-center">
|
|
<h2 class="text-uppercase"><small>Top for this month</small>Our Featured Picks</h2>
|
|
</header>
|
|
<div class="row text-left">
|
|
<?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<div class="col-lg-3"><a href="<?php echo e(url('shop') .'/'.$value['url']); ?>">
|
|
<div style="background-image: url(<?php echo e(asset('images').'/'.$value['image']); ?>);" class="item d-flex align-items-end">
|
|
<div class="content">
|
|
<h3 class="h5"><?php echo e($value['title']); ?></h3><span>New Collection</span>
|
|
</div>
|
|
</div></a></div>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|