{{ $painting->artist->name ?? 'Unknown Artist' }}
{{ rtrim(rtrim(number_format($painting->width, 2, '.', ''), '0'), '.') }}×{{ rtrim(rtrim(number_format($painting->height, 2, '.', ''), '0'), '.') }}
@if($painting->price_on_request) Price on Request @elseif(!is_null($painting->price)) ₹ {{ number_format((int) $painting->price) }} @else — @endif
No Artworks Found.