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

NEW IN

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 @if(isset(Auth::guard('websiteuser')->user()->id) && $allproduct->wishlist)
  • @else
  • @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 @if(isset(Auth::guard('websiteuser')->user()->id) && $featureproduct->wishlist)
  • @else
  • @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

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 @section('script') @endsection