@extends('front.layout.app') @section('title', 'Wishlist Page') @section('content')

Your Wishlist

@if($products->isEmpty())

Your wishlist is empty.

@else @endif
@endsection