@if(count($product->subvariants)>0) @if(isset($sub->variantimages['main_image'])) {{$sub->products->name}} @endif @else {{__('No Image')}} @endif
  • @auth @if(Auth::user()->wishlist()->count() < 1)
  • @else @php $ifinwishlist = App\Wishlist::where('user_id',Auth::user()->id)->where('pro_id',$product->id)->first(); @endphp @if(!empty($ifinwishlist))
  • @else
  • @endif @endif @endauth
  • {{ csrf_field() }}
@if($product['sale_tag'] !== NULL && $product['sale_tag'] != '')
{{ $product['sale_tag'] }}
@endif
{{$product->name}} ({{ variantname($sub) }})

{{__('By')}} {{ $product->store->name }} @if($product->store->verified_store)

@endif

@if($price_login == 0 || auth()->check()) @if($convert_price != 0) {{price_format($convert_price * $conversion_rate)}} {{price_format($show_price * $conversion_rate)}} @else {{price_format($show_price * $conversion_rate)}} @endif @endif