@extends('frontend.include.layout') @section('content')



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

0 - 1 of {{ $commentcount }} reviews

@endif
@php $comments=\App\Models\AdminComments::where('admin_id',$currentstoreadminid)->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 04:34:51pm

{{ $comment->message }}

@endforeach
Add a review
@csrf
@if(auth()->user()) @else @endif

@if(auth()->user()) Report Admin   @else Report Admin   @endif
@if($admin_detail->verified == '1')

verified

@endif

ID : {{ $admin_detail->admin_id }}

@if($admin_detail->profileimage) @else

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

@endif

{{ $admin_detail->name }}

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

@php $count_recentviews_admin= \App\Models\RecentViewAdmin::where('admin_id',$currentstoreadminid)->count(); @endphp

{{ $count_recentviews_admin }} views in the past week


@php $check_follower_admin=0; if(auth()->user()) { $check_follower_admin= \App\Models\FellowAdmin::where('admin_id',$admin_detail->id)->where('user_id',auth()->user()->id)->where('status','1')->count(); } @endphp

Highlight

{!! $admin_detail->highlight !!}


Skills


@php $adminskills=\App\Models\AdminSkills::where('admin_id',$current_user_detail_id)->orderByDesc('created_at')->get(); @endphp @foreach($adminskills as $key => $adminskill) @php $display_skill=App\Models\AdminSkillDetails::where('id',$adminskill->skill_id)->first(); @endphp @endforeach
@if($currentuserdetails->phone || $currentuserdetails->email || $admin_detail->address1 || $admin_detail->address2 || $admin_detail->countryid || $admin_detail->statedistict || $admin_detail->pincode || $admin_detail->city)

Contact Details


@endif

Follow us on social media


@php $comments=\App\Models\AdminComments::where('admin_id',$admin_detail->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 04:34:51pm

{{ $comment->message }}

Read more
@endforeach
@endif
@endsection @section('script') @include('frontend.include.adminjs') @if(auth()->user())