@extends('front.layout.layout') @section('content') @foreach($result['widgets'] as $widget) @if($widget['type']=="SINGLE_BANNER") @include('front.home.single_banner') @elseif($widget['type']=="SINGLE_DESCRIPTIVE_BANNER") @include('front.home.single_descriptive_banner') @elseif($widget['type']=="MULTIPLE_BANNERS" && $widget['section_type']=="slider") @include('front.home.multiple_banners') @elseif($widget['type']=="MULTIPLE_BANNERS" && $widget['section_type']=="each_row_3banners") @include('front.home.three_banners') @elseif($widget['type']=="MULTIPLE_BANNERS" && $widget['section_type']=="each_row") @include('front.home.multiple_banners_each_row') @elseif($widget['type']=="MULTIPLE_PRODUCTS") @include('front.home.multiple_products') @elseif($widget['type']=="TAB_WISE_PRODUCTS") @include('front.home.tab_wise_products') @endif @endforeach
FAq Image

For More Info

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

At On-vers, we believe that Men's fashion elevates the Entire lifestyle.

Lorem ipsum dolor sit amet, consectetur adipiscing elit ut aliquam, purus sit amet luctus venenatis, lectus magna fringilla urna, porttitor rhoncus dolor purus non enim praesent elementum facilisis leo, vel fringilla est ullamcorper eget nulla facilisi

Explore now
@endsection