@extends('website.includes.master') @section('title') Home @endsection @section('content')

Products

But I must explain to you how all this mistaken idea

@forelse($allproducts as $allproduct)
@if(!empty($allproduct->discount))
{{ $allproduct->discount }}%
@endif product images
    @if($allproduct->stock=="in stock")
  • @endif

{{ $allproduct->name }}

    @if(!empty($allproduct->cut_price))
  • {{ $setting->currency_symbol }}{{ $allproduct->cut_price }}
  • @endif
  • {{ $setting->currency_symbol }}{{ $allproduct->price }}
@empty

No products available

@endforelse

Contrary to popular belief is simply rand.

Professor at Hamp deny dney College.

Read More
banner images

Feature Products

But I must explain to you how all this mistaken idea

@forelse($featureproducts as $featureproduct)
@if(!empty($featureproduct->discount))
{{ $featureproduct->discount }}%
@endif product images
    @if($featureproduct->stock=="in stock")
  • @endif

{{ $featureproduct->name }}

    @if(!empty($featureproduct->cut_price))
  • {{ $setting->currency_symbol }}{{ $featureproduct->cut_price }}
  • @endif
  • {{ $setting->currency_symbol }}{{ $featureproduct->price }}
@empty

No products available

@endforelse
testimonial images

Mr.Mike Band

I’m up to something. Stay focused. The weather is amazing, walk with me through the pathway of more success.

testimonial images

Ms.Lucy Barton

I’m up to something. Stay focused. The weather is amazing, walk with me through the pathway of more success.

testimonial images

Ms.Lucy Barton

I’m up to something. Stay focused. The weather is amazing, walk with me through the pathway of more success.

testimonial images

Ms.Lucy Barton

I’m up to something. Stay focused. The weather is amazing, walk with me through the pathway of more success.

Our Blog

But I must explain to you how all this mistaken idea

@forelse($blogs as $b=>$blog)
{{ Carbon\Carbon::parse($blog->created_at)->format("M d , Y") }}

{!! Str::limit(strip_tags($blog->heading), 100) !!}

{!! Str::limit(strip_tags($blog->description), 150) !!}
@empty @endforelse
@endsection