@php use App\Utils\Helpers;use App\Utils\ProductManager; @endphp
@if($wishlists->count()>0) @foreach($wishlists as $key=>$wishlist) @php($product = $wishlist->productFullInfo) @if( $wishlist->productFullInfo) @endif @endforeach @endif
@if($brand_setting)
{{$product->brand?$product->brand['name']:''}}
@endif
{!! getPriceRangeWithDiscount(product: $product) !!}
@if($wishlists->count()==0)
{{ translate('You_have_not_added_product_to_wishlist_yet') }}!
@endif
@if($wishlists->count()>0) @foreach($wishlists as $key=>$wishlist) @php($product = $wishlist->productFullInfo) @if( $wishlist->productFullInfo)
{{ translate('price') }} :
{!! getPriceRangeWithDiscount(product: $product) !!}
@endif @endforeach @endif
{{ $wishlists->links() }}