@extends('admin.layout.content') @section('content')
Kelola ulasan dari pembeli
| No | Produk | Reviewer | Rating | Komentar | Tanggal | Aksi |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $productName }} | {{ $reviewerName }} | @for($i = 1; $i <= 5; $i++) @if($i <= $rating) ★ @else ★ @endif @endfor ({{ $rating }}) | {{ $comment }} | {{ $date }} |
|
| Belum ada ulasan. | ||||||