@extends('frontend.layouts.app', ['title' => 'TSG Breeze offers elegant and trendy ladies fashion, featuring stylish outfits, accessories, and timeless essentials for the modern woman']) @section('content')

CATEGORY

See All

NEW ARRIVAL

See All
@foreach ($products as $k => $product) @php $isInWishlist = $wishlist->contains('product_id', $product->product_id); @endphp @if ($k == 0) @elseif($k == 1) @endif @endforeach
{{--
--}}
Discount Model 1
{{--
--}}

BEST SELLER

See All
@foreach ($best_seller_products as $product) @php $isInWishlist = $wishlist->contains('product_id', $product->product_id); @endphp @endforeach

INFLUENCER CLOSET

×
@push('scripts') @endpush @endsection