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