@extends('frontend.layouts.user_panel') @section('panel_content')
{{ translate('Wishlist')}}
@forelse ($wishlists as $key => $wishlist) @if ($wishlist->product != null) @endif @empty
Image
{{ translate("There isn't anything added yet")}}
@endforelse
{{ $wishlists->links() }}
@endsection @section('modal') @endsection