{{$product->title}}
${{$product->previous_price}}
${{$product->price}}
@for($i=1;$i<=5;$i++)
@if($i <= \App\Review::where('productid',$product->id)->avg('rating'))
@else
@endif
@endfor