{{ app()->getLocale() == 'en' ? $product->name : $product->nameae }}
{!! app()->getLocale() == 'en' ? $product->description : $product->descriptionar !!}
Price: {{number_format($product->price,2)}} SAR
Stock: {{number_format($product->qty)}}
Product Variations
@if(count($product->variations)>0) @foreach($product->variations as $key => $variation)-
@if($product->is_software == '1')
- Download @endif @if($product->status=='1')
- Add To Cart @else
{{ app()->getLocale() == 'en' ? $product->name : $product->nameae }}
{!! app()->getLocale() == 'en' ? $product->description : $product->descriptionar !!}
View Complete Product Page
@if($product->specifications)
{!! $product->specifications !!}
@else
No Data Added!
@endif