@include('website.includes.head')
@include('website.includes.header')
Home
/
Art
/
{{ $art->category->name_en ?? '' }}
/
{{ $art->name_en }}
Click to zoom
@if(count($art->thumbnails) > 1)
@foreach($art->thumbnails as $index => $thumb)
@endforeach
@endif
{{ $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)
Buy Now
@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)
Description
{!! $art->description !!}
@endif @if($art->about_art)
About the Artwork
{!! $art->about_art !!}
@endif @if($art->shipping_package)
Shipping & Packaging
{!! $art->shipping_package !!}
@endif @if($art->Certificate_of_Authenticity)
Certificate of Authenticity
{!! $art->Certificate_of_Authenticity !!}
@endif @if($art->return_refund_policy)
Return & Refund
{!! $art->return_refund_policy !!}
@endif
Share
Secure Checkout
Easy Returns
Free Shipping
You May Also Like
Related
Artworks
@if($relatedArts->count())
@foreach($relatedArts as $related)
@if($related->is_sold)
Sold
@else
Available
@endif
{{ $related->name_en }}
{{ $related->medium ?? 'Artwork' }}
₹{{ number_format($related->price) }}
{{ $related->artist_name }}
@endforeach
@else
No related artworks found.
@endif
Inquire Now
We'll get back to you within 24 hours
×
{{ $art->name_en }}
₹{{ number_format($art->price) }}
@csrf
Your Name *
Email *
Phone *
Message *
Send Enquiry
Message
@include('website.includes.footer') @include('website.includes.script')