@extends('layouts.welcomelayouts.app') @section('title') {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('layouts/welcomelayouts/sidemenubar')
@include('layouts/welcomelayouts/slider')

HOT DEAL

@if($brands->first())

OUR BRAND

OUR BRAND

@foreach($brands as $brandid) @if($brand =App\Model\ProductBrand::find($brandid->src_id))
@if($brand->img_name) @endif
@endif @endforeach
@endif @foreach($categories as $categoryid) @if($category = App\Model\ProductCategory::find($categoryid->src_id))
@if($category->subcats()->count() > 0)
More Category
@endif
@include('layouts/welcomelayouts/homeproductslider')
@foreach(App\Model\PageItem::where('page_id',14)->where('datatype',6)->where('parent_id',$categoryid->id)->get() as $productid) @if($product =App\Model\Product::find($productid->src_id))
@include('welcome.products.include.productCard')
@endif @endforeach
@endif @endforeach
@foreach(App\Model\PageItem::where('page_id',14)->where('datatype',6)->get() as $productid) @if($product =App\Model\Product::find($productid->src_id))
@include('welcome.products.include.productCard')
@endif @endforeach
@endsection @push('js') @endpush