@extends('layouts.back-end.app') @section('title',$seller->shop ? $seller->shop->name : \App\CPU\translate("shop name not found")) @section('content')
{{\App\CPU\translate('Review_list')}}
| {{\App\CPU\translate('SL')}} | {{\App\CPU\translate('Product')}} | {{\App\CPU\translate('Review')}} | {{\App\CPU\translate('Rating')}} |
|---|---|---|---|
| {{$reviews->firstItem()+ $key}} | {{$review->product?$review->product['name']:"Product removed"}} |
{{$review->comment?$review->comment:"No Comment Found"}} @if($review->attachment) @foreach (json_decode($review->attachment) as $img) |
{{ \App\CPU\translate('No_data_to_show')}}