 ? secure_url('celebrity/' . $artist->avatar): secure_url('celebrity/default-avatar.png')}})
{{ucfirst($artist->name)}} {{$vn}}
{{$artist->categoryType?->name}}
@if(!blank($artist->username('instagram')) && $artist->username('instagram') !='N/A')
{{'@'.$artist->username('instagram')}}
@else
{{$artist->username('instagram')}}
@endif
{!! __getButtonTypeForArtist($artist) !!}
{!! __getActiveTabForArtist([
'id' => $artist->slug,
'type' => 'contact',
'name' => 'Contact Info'
], $currentTab) !!}
@if($artist->hasEndorsement())
{!! __getActiveTabForArtist([
'id' => $artist->slug,
'type' => 'endorsements',
'name' => 'Endorsements'
], $currentTab) !!}
@endif
@if($artist->hasCharity())
{!! __getActiveTabForArtist([
'id' => $artist->slug,
'type' => 'philanthropy',
'name' => 'Philanthropy'
], $currentTab) !!}
@endif
@if($artist->hasEvent())
{!! __getActiveTabForArtist([
'id' => $artist->slug,
'type' => 'events',
'name' => 'Events & Tours'
], $currentTab) !!}
@endif