@extends('frontend.include.layout') @section('content') @if(count($actor_individual_advertisements_tops) != 0)
@foreach($actor_individual_advertisements_tops as $key => $home_advertisementdetail) @include('frontend.include.advertisementdesign') @endforeach
@endif



@foreach($asset_details as $key => $publish_asset_detail) @include('frontend.include.assetdetailsingle') @endforeach
@php $commentreplayscount=\App\Models\ActorComments::where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp
Overall
@for ($starcount=0; $starcount<5; $starcount++) @if($starcount<$actor_detail->starcount) @else @endif @endfor @php $count_comment_actor= \App\Models\ActorComments::where('actor_id',$currentstoreactorid)->count(); @endphp @if($count_comment_actor != 0) {{ $actor_detail->starrating }} out of 5 @endif
5 star @php $commentscount=\App\Models\ActorComments::where('starcount','5')->where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp
4 star @php $commentscount=\App\Models\ActorComments::where('starcount','4')->where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp
3 star @php $commentscount=\App\Models\ActorComments::where('starcount','3')->where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp
2 star @php $commentscount=\App\Models\ActorComments::where('starcount','2')->where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp
1 star @php $commentscount=\App\Models\ActorComments::where('starcount','1')->where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp
@php $commentcount=\App\Models\ActorComments::where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->count(); @endphp @if($commentcount)

0 - 1 of {{ $commentcount }} reviews

@endif
@php $comments=\App\Models\ActorComments::where('actor_id',$currentstoreactorid)->whereNull('parent_id')->orderByDesc('created_at')->get(); @endphp @foreach($comments as $comment)
@php $userdetails=\App\Models\User::select('name')->where('id', $comment->user_id)->first(); @endphp

{{ $userdetails->name }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<$comment->starcount) @else @endif @endfor June 26, 2026 07:34:47am

{{ $comment->message }}

@endforeach
Add a review
@csrf
@if(auth()->user()) @else @endif
@if(auth()->user()) Report Actor   @else Report Actor   @endif
@if($actor_detail->verified == '1')

Actor verified

@endif

ID : {{ $actor_detail->actor_id }}

@if($actor_detail->profileimage) @else

@php echo strtoupper(mb_substr($actor_detail->name, 0, 1)); @endphp

@endif

{{ $actor_detail->name }}

@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_controller->id)->where('status','1')->count(); @endphp ({{ $check_follower_actor }})

@php $count_recentviews_actor= \App\Models\RecentViewsActors::where('actor_id',$currentstoreactorid)->count(); @endphp

{{ $count_recentviews_actor }} views in the past week


@php $check_follower_actor=0; if(auth()->user()) { $check_follower_actor= \App\Models\FollowerActor::where('actor_id',$actor_controller->id)->where('user_id',auth()->user()->id)->where('status','1')->count(); } @endphp

Highlight

{!! $actor_detail->highlight !!}

@php $actorskills=\App\Models\ActorSkills::where('actor_id',$current_user_detail_id)->orderByDesc('created_at')->get(); @endphp @if($actorskills)

Skills


@foreach($actorskills as $key => $actorskill) @php $display_skill=App\Models\SkillsDetails::where('id',$actorskill->skill_id)->first(); @endphp @endforeach
@endif @if($currentuserdetails->phone || $currentuserdetails->email || $actor_detail->address1 || $actor_detail->address2 || $actor_detail->countryid || $actor_detail->statedistict || $actor_detail->pincode || $actor_detail->city)

Contact Details


@endif @if($actor_detail->websitelink || $actor_detail->instagramlink || $actor_detail->twiterlink || $actor_detail->linkedinlink || $actor_detail->youtubelink || $actor_detail->facebooklink || $actor_detail->pinterstlink)

Follow us on social media


@endif
@php $comments=\App\Models\ActorComments::where('actor_id',$actor_controller->id)->whereNull('parent_id')->orderByDesc('created_at')->limit('1')->get(); @endphp @if(count($comments) != 0)
@foreach($comments as $comment)
@php $userdetails=\App\Models\User::select('name')->where('id', $comment->user_id)->first(); @endphp

{{ $userdetails->name }} on version {{ $comment->version }}.0

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<$comment->starcount) @else @endif @endfor June 26, 2026 07:34:47am

{{ $comment->message }}

Read more
@endforeach
@endif
@if(count($actor_individual_advertisements_bottoms) != 0)
@foreach($actor_individual_advertisements_bottoms as $key => $home_advertisementdetail) @include('frontend.include.advertisementdesign') @endforeach
@endif @endsection @section('script') @include('frontend.include.actorjs') @if(auth()->user())