{{-- 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') }}

{{ __('storefront.orders.shop_now') }}
@else @endif