@extends('../site/layouts.user_panel.app') @section('page_title', __('Wishlist')) @section('content')
{{ __('Saved for later, products you may love to buy now..') }}
{{ __('Wishlist') }}
{{ __("We're sorry!") }}
{{ __("You haven't saved anything for later.") }}
@endif{{ __('Please keep in mind that once deleted, you can not undo it.') }}
{{ formatDate($wishlist->created_at) }}
{{ trimWords($wishlist->product->name) }}
{{ $wishlist->product->meta_hide_stock == 1 ? __('Available') : $availability }}
@endif{{ optional($wishlist->product)->getFormattedPrice() }}