{{$photo[0]}}
{{ $product->title }}
@php $org = $product->price - ($product->price * $product->discount) / 100; @endphp

@if($product->discount > 0) Rs.{{ number_format($product->price, 2) }} Rs.{{ number_format($org, 2) }} @else Rs.{{ number_format($product->price, 2) }} @endif