@props(['product'])
@if($product->primaryImage) {{ $product->name }} @else
No Image Available
@endif

{{ $product->name }}

{{ $product->description }}

@if($product->is_on_sale)
R{{ number_format($product->sale_price, 2) }} R{{ number_format($product->price, 2) }} SALE
@else R{{ number_format($product->price, 2) }} @endif
View Details @if($product->availability) @endif