--}}
{{--
--}}
{{--
@if($actor_detail->id == '1')--}}
{{--
Actor Verified
--}}
{{-- @else--}}
{{--
--}}
{{-- @endif
--}}
{{--
ID:{{ $actor_detail->actor_id }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @php--}}
{{-- $countryname=\App\Models\CountryDetails::where('id', $actor_detail->countryid)->first();--}}
{{-- @endphp--}}
{{--
Starting at {{ $countryname->pricesymbol }} {{ $actor_detail->rate }}
--}}
{{--
--}}
{{--
Offerings :--}}
{{--
--}}
{{-- @php--}}
{{-- $categoryname=\App\Models\AssetCategory::where('id', $actor_detail->category_id)->first();--}}
{{-- @endphp--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
{{ $actor_detail->address2 }}
--}}
{{--
--}}
{{--
--}}
{{--
closers : {{ \App\Models\AssetDetails::where('userid', $actor_detail->actor_user_id)->count() }}--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--