@if($wishlists->count()>0) @foreach($wishlists as $key=>$wishlist) @php($product = $wishlist->product_full_info) @if( $wishlist->product_full_info) @endif @endforeach @endif @if($wishlists->count()==0) @endif
@if($brand_setting)
{{$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) }} @php($compare_list = count($product->compare_list)>0 ? 1 : 0)
{{translate('not_found_anything')}}
@if($wishlists->count()>0) @foreach($wishlists as $key=>$wishlist) @php($product = $wishlist->product_full_info) @if( $wishlist->product_full_info)
{{$product['name']}}
{{ translate('price') }} : @if($product->discount > 0) {{\App\CPU\Helpers::currency_converter($product->unit_price)}}    @endif {{\App\CPU\Helpers::get_price_range($product) }}
@php($compare_list = count($product->compare_list)>0 ? 1 : 0)
@endif @endforeach @endif