@if(!$artist->profile_pic_url)
{{ strtoupper(substr($artist->artist_name, 0, 2)) }}
@endif
{{ $artist->artist_name }}
{{ $artist->tag_names[0] ?? 'Artist' }}
{{ $artist->artwork_count }}
Artworks
{{ $artist->illustration_count }}
Illustrations
@if(count($artist->tag_names) > 0)
@foreach($artist->tag_names as $tag)
{{ $tag }}
@endforeach
@endif