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

ID:{{ $actor_detail->actor_id }}

Asset Verified

Actor since June 24, 2026
@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$actor_detail->starrating) @else @endif @endfor (0) |
(0)
product image
@php $display_count_follower_actor= \App\Models\FollowerActor::where('actor_id',$actor_detail->id)->where('status','1')->count(); $check_follower_actor=''; if(auth()->user()) { $check_follower_actor= \App\Models\FollowerActor::where('actor_id',$actor_detail->id)->where('user_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_follower_actor == 1) @elseif($check_follower_actor == 0) @else @endif
@if(auth()->user()) @else @endif


{{ $actor_detail->highlight }}

Skill

@foreach($array_keywords as $key => $array_keyword) @endforeach

{{--
--}} {{--

Contact Details

--}} {{--

--}} {{--{{ $actor_detail->address }}--}} {{--
--}} {{--{{ $actor_detail->district }} , {{ $actor_detail->state }} , {{ $actor_detail->pincode }} , {{ $actor_detail->country }}--}} {{--
--}} {{--
--}} {{--@php--}} {{-- $user_detail= \App\Models\User::where('id',$actor_detail->actor_user_id)->first();--}} {{--@endphp--}} {{--{{ $user_detail->email }}--}} {{--
--}} {{--{{ $user_detail->phone }}--}} {{--
--}} {{--Website Click Here--}} {{--
--}} {{----}} {{--
--}} {{--

--}} {{-- --}} {{----}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--

Consulting offerings

--}} {{--
--}} {{-- @php--}} {{-- $asset_categorys = \App\Models\AssetCategory::orderByDesc('created_at')->get();--}} {{-- @endphp--}} {{-- @foreach ($asset_categorys as $key => $asset_category)--}} {{--

     $

--}} {{-- @endforeach--}} {{--
--}} {{--

--}} {{--
--}}

@endsection