@if($actor_detail->verified == '1')
@endif
ID:{{ $actor_detail->actor_id }}
@for ($starcount=0; $starcount<5; $starcount++)
@if($starcount<$actor_controller->starcount)
@else
@endif
@endfor (15)({{ $actor_controller->reviewcount }})
@php
$check_follower_actor= \App\Models\FollowerActor::where('actor_id',$actor_detail->actor_controller_id)->where('status','1')->count();
@endphp
| ({{ $check_follower_actor }})
Asset : {{ \App\Models\PublishedAssetDetails::where('assetdisplay','1')->where('asset_user_id', $actor_controller->actor_user_id)->count() }}