@extends('layouts.user-home') @section('content')

Shop By Category

@foreach($category as $cats) @endforeach
Express Delivery
Free Delivery & Installation

For Minimum Spend of 1,000 Qrs.

Click & Collect
Cash or Card on Delivery

Hassle free Payment

Secure Payment
Secure Payment

Shop safe with us

We Proudly Accept
We Proudly Accept

BEST SELLERS

@foreach($productsall as $product)
Best Seller
wish_list == 'true') checked @endif onclick="add_wishlist_fn({{$product->product_id}})" />
Weber Pulse 2000 Electric Grill

{{ $product-> product_name_en}}

@php // Fetch the active offer containing this product $offer = \App\Models\offerModel::where('offer_active_status', 0) ->whereJsonContains('offer_products', $product->product_id) // Best if stored as JSON ->first(); @endphp @if($offer)
Save QRS {{ $offer->offer_value }}
@endif
QRS. {{$product -> product_price}}
ADD TO CART
@endforeach

LATEST PRODUCTS

@foreach($product_latest as $product)
Latest Products
wish_list == 'true') checked @endif onclick="add_wishlist_fn({{$product->product_id}})" />
Weber Pulse 2000 Electric Grill

{{ $product-> product_name_en}}

QRS. {{$product -> product_price}}
ADD TO CART
@endforeach
@endsection