@include('website.includes.head') @include('website.includes.header')
Our Creatives

Meet Our Artists

Discover the talented painters and illustrators behind the artworks.

Reset
Showing {{ $artists->total() }} Artists
@if($artists->count())
@foreach($artists as $artist)
@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
@endforeach
@else

No artists found. Try different filters.

@endif
@include('website.includes.footer') @include('website.includes.script')