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

New Collections!

image

Our Popular Products

image

Hot Trending Products

image

Best Selling!

See Our Collection

Recent Products

@forelse($products as $product)
{{ $product->category->name }}

{{ $product->name }}

@if(!empty($product->cut_price)) {{ "$".$product->cut_price }} @endif {{ "$".$product->price }}
View Details
@empty

No Products Added.

@endforelse
Rent Moroccan Dresses!

"Effortless Moroccan Elegance"

Timeless Style, Effortless Renting

Discover Now
See Our Collection

Best Selling Products

@forelse($randomproducts as $randomproduct)
{{ $randomproduct->category->name }}

{{ $randomproduct->name }}

@if(!empty($randomproduct->cut_price)) {{ "$".$randomproduct->cut_price }} @endif {{ "$".$randomproduct->price }}
View Details
@empty

No Products Added.

@endforelse
@endsection @section('script') @endsection