@extends('admin.admin') @section('content')
| Item | Value |
|---|---|
| Product | :{{ $productrating->product->name ?? '' }} |
| Review | :{!! $productrating->review !!} |
| Rating | :{{ $productrating->rating }} |
| Status | :{{ $productrating->status == 1 ? 'Active' : 'Inactive' }} |
| Image | : |