@if(auth('web')->check())
-
-
اعلاناتي
{{auth('web')->user()->prods()->count()}}
-
المفضلة
{{\App\Models\Prod::wherehas('fav',function ($q){
$q->where('fav.uid',auth('web')->id());
})->count()}}
-
-
-
-
-
-
-
-
اعلاناتي
{{auth('web')->user()->prods()->count()}}
المفضلة
{{\App\Models\Prod::wherehas('fav',function ($q){
$q->where('fav.uid',auth('web')->id());
})->count()}}
@endif