@foreach($reviews as $product_rating)
{{@$product_rating->customer->image}}

{{$product_rating->customer->name}}

{{get_date_time($product_rating->created_at, 'M d, Y')}}
@php echo show_ratings(($product_rating->rating)) @endphp

{{($product_rating->review)}}

@endforeach