@extends('web.profile.profile-master') @section('wishlist-content')

{{ __('Wishlist') }}

@if ($products->count() > 0)
@foreach ($products as $product)
@endforeach
{{ $products->links() }}
@else
{{ __('Your wishlist is empty!') }}
{{ __('Continue Shopping') }}
@endif
@endsection