{{$product->title}}

${{$product->price}}
@if ($product->quantity === 0)
The product is out of stock
@endif
{!! $product->description !!}