@include('website.includes.head') @include('website.includes.header')
{{ $illustration->is_sold ? 'Sold' : 'Available' }} {{ $illustration->medium ?? 'Illustration' }}

{{ $illustration->name_en }}

@if(!$illustration->artist_avatar){{ strtoupper(substr($illustration->artist_name, 0, 1)) }}@endif
{{ $illustration->artist_name }}
{{ $illustration->artist_role }}
@if($illustration->is_sold) This illustration has been sold. @else Available for hire – Contact artist directly @endif
@if($illustration->is_sold) Certificate of Authenticity included @else Ready for custom commissions or licensing @endif
@if(!$illustration->is_sold) @endif @php $whatsappNumber = preg_replace('/[^0-9]/', '', $siteSettings->whatsapp ?? ''); $message = urlencode('I am interested in hiring you for illustration: ' . $illustration->name_en); @endphp WhatsApp
@if($illustration->description)
{!! $illustration->description ?: 'No description provided.' !!}
@endif
Secure Checkout
Easy Returns
Free Shipping

Hire Me

Let's discuss your illustration project

@csrf
Message
@include('website.includes.footer') @include('website.includes.script')