{{-- The wishlist grid (or its empty state), shared by the account page (account/wishlist) and the guest page (wishlist/guest). Expects $products from WishlistController::products(). --}} @if ($products->isEmpty())
{{ __('storefront.wishlist.empty') }}