@extends('layout.template') @section('title','Cusella Home Furnishing | Curtains, Sofas, Wallpapers & Interior Solutions') @section('content')
@if(empty($wishlist) || count($wishlist) == 0) {{-- EMPTY WISHLIST DESIGN --}}

Your Wishlist is Empty

Save your favorite items here and revisit them anytime.

Explore Products
@else {{-- EXISTING TABLE DESIGN --}}
@forelse($wishlist as $item) @empty @endforelse
Product Unit price
×
{{ $item['name'] }}
₹{{ number_format($item['offer_price'], 2) }} Add to cart
No items in wishlist
@endif
@endsection