@if($product->discount)
{{ $product->discount }}%
@endif
{{ $product->title }}
{{ $product->title }}
{{ $product->category ? $product->category->title : 'بدون دسته بندی' }}
{{ $product->getLowestPrice() }} @if($product->getLowestDiscount()) {{ $product->getLowestDiscount() }} @endif