@php $menufactorprofile= \App\Models\Menufactorprofile::where('id',$brand_detail->menufactorprofile_id)->first(); @endphp
@php $check_follower_brand=0; if(auth()->user()) { $check_follower_brand= \App\Models\FollowerBrand::where('brand_id',$brand_detail->id)->where('user_id',auth()->user()->id)->where('status','1')->count(); } @endphp
@if($brand_detail->verified == '1')

Brand Verified

@endif

ID:{{ $brand_detail->menufactor_id }}

@for ($starcount=0; $starcount<5; $starcount++) @if($starcount<$menufactorprofile->starcount) @else @endif @endfor (15)({{ $menufactorprofile->reviewcount }})
@php $check_follower_brand= \App\Models\FollowerBrand::where('brand_id',$brand_detail->id)->where('status','1')->count(); @endphp |   ({{ $check_follower_brand }})

Asset : {{ \App\Models\PublishedAssetDetails::where('assetdisplay','1')->where('asset_user_id', $menufactorprofile->menufactorprofile_id)->count() }}