@if($wishlists->count()>0) @foreach($wishlists as $wishlist) @php($product = $wishlist->product_full_info) @if( $wishlist->product_full_info)
@if($brand_setting) {{\App\CPU\translate('Brand')}} :{{$product->brand?$product->brand['name']:''}} @endif
@if($product->discount > 0) {{\App\CPU\Helpers::currency_converter($product->unit_price)}} @endif {{\App\CPU\Helpers::get_price_range($product) }}
@else {{\App\CPU\translate('item_removed')}} @endif @endforeach @else
{{\App\CPU\translate('No data found')}}.
@endif