| # | Product | User | Rating | Comment | Date | Action |
|---|---|---|---|---|---|---|
| {{ $rating->id }} | {{ $rating->product->title }} |
@if($rating->user)
{{ $rating->user->name }}
{{ $rating->user->email }} @else User @endif |
{{ $rating->comment }} | {{ $rating->created_at->format('d M Y, h:i A') }} | ||
|
No reviews found
|
||||||