@extends('layouts.app') @section('title', $product->title) @section('content')
| 用户 | 商品 | 评分 | 评价 | 时间 |
| {{ $review->order->user->name }} | {{ $review->productSku->title }} | {{ str_repeat('★', $review->rating) }}{{ str_repeat('☆', 5 - $review->rating) }} | {{ $review->review }} | {{ $review->reviewed_at->format('Y-m-d H:i') }} |