@if(\Auth::check() && \App\Models\Favourite::where(['user_id'=>\Auth::user()->id,'product_id'=>$row->id])->first()) @else @endif
@if(isset($row->images()->first()->image)) @endif
{{$row->name[App::getLocale()]}}

({{\App\Models\Rate::where('product_id', $row->id)->count()}})

@if($row->discount_percent) {{$row->price - (($row->price * $row->discount_percent) / 100)}} ريال {{$row->price}} ريال %{{$row->discount_percent}}- @else {{$row->price}} ريال @endif

{{\App\Models\ShopProduct::where('product_id',$row->id)->sum('count')}} كمية متبقيه