@extends('front::layouts.master') @section('title','E-SHOP || HOME PAGE') @section('content')

UP TO 50% OFF Shirt For Man

Maboriosam in a nesciung eget magnae
dapibus disting tloctio in the find it pereri
odiy maboriosm.

@if(isset($banners)) @endif
@if($featured_products) @foreach($featured_products as $index => $featured_product) @if($index >= 1 && $index <= 3 )
{{ $featured_product->title }}

@foreach($featured_product->categories as $category) {{ $category->title }} @endforeach

{{ $featured_product->title }}

View Product
@endif @endforeach @endif
@foreach($featured_products as $index => $featured_product) @if($index >= 3 && $index < 5 )
{{$featured_product->imageUrl}}

Deal of day

{{$featured_product->title}}

{!! html_entity_decode($featured_product->summary) !!}

@php $after_discount=100 @endphp

${{number_format($after_discount)}} ${{number_format($featured_product->price)}}

@endif
@endforeach

From Our Blog

@if($posts) @foreach($posts as $post)
{{$post->title}}

{{$post->created_at->format('d M , Y. D')}}

{{$post->title}} Continue Reading
@endforeach @endif

Free shiping

Orders over $100

Free Return

Within 30 days returns

Sucure Payment

100% secure payment

Best Peice

Guaranteed price

@include('front::layouts.newsletter') @if($hot_products) @foreach($hot_products as $key=>$product) @endforeach @endif @endsection @push('styles') @endpush @push('scripts') @endpush