@if($productData)
@php
$imageArray = explode(',', $productData->product_image);
$firstImage = $imageArray[0];
@endphp
@else
@endif
@if($productData)
LKR {{ number_format($productData->product_price, 2) }}
@else
LKR 0.00
@endif
@if($productData)
In Stock
@else
Unavailable
@endif