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

{{ $art->name_en }}

@if(!$art->artist_avatar){{ strtoupper(substr($art->artist_name, 0, 1)) }}@endif
{{ $art->artist_name }}
{{ $art->artist_role }}
@if($art->old_price && $art->old_price > $art->price) ${{ number_format($art->old_price) }} @endif ${{ number_format($art->price) }}
incl. of taxes & free shipping
@if($art->is_sold) This artwork has been sold. @else In stock – ready to ship @endif
Certificate of Authenticity included
@if(!$art->is_sold)
⚡ only few left
@endif
@if(!$art->is_sold) @endif @php $whatsappNumber = preg_replace('/[^0-9]/', '', $siteSettings->whatsapp ?? ''); $message = urlencode('I am interested in ' . $art->name_en . ' (Artwork ID: ' . $art->id . ')'); @endphp WhatsApp
@foreach($art->specs as $spec)
{{ $spec['label'] }}
{{ $spec['value'] }}
@endforeach
@if($art->description)
{!! $art->description !!}
@endif @if($art->about_art)
{!! $art->about_art !!}
@endif @if($art->shipping_package)
{!! $art->shipping_package !!}
@endif @if($art->Certificate_of_Authenticity)
{!! $art->Certificate_of_Authenticity !!}
@endif @if($art->return_refund_policy)
{!! $art->return_refund_policy !!}
@endif
Secure Checkout
Easy Returns
Free Shipping

Inquire Now

We'll get back to you within 24 hours

{{ $art->name_en }}
₹{{ number_format($art->price) }}
@csrf
Message
@include('website.includes.footer') @include('website.includes.script')