@extends('layouts.app') @section('content')

Markets

Featured Products

Product (See All)

@if(!empty($category_products)) @php $cat_count = 0; @endphp @foreach($category_products as $category)
@if(!empty($category->products->take(10))) @foreach($category->products as $product)
{{$product->category->name}}

{{$product->name}}

@if(checkDiscountedPrice($product, true)) {!! getPriceColumn($product) !!} {!! getPriceColumn($product,'discount_price') !!} @else {!! getPriceColumn($product) !!} @endif
@endforeach @endif
@php $cat_count ++; @endphp @endforeach @endif

Get Latest Update

Newsletter Subscribe

& receive $20 coupon for first shopping

Read Our News

Follow Us

First to find out about our news and promotions

@endsection