@extends('layouts.front-layout') @section('title') WishList @endsection @section('content')

WishList

WishList

@if($wishlist->count()> 0) @include('front.wishlist.wishlist-listing') @else @include('front.wishlist.empty-wishlist-message') @endif
@endsection