@extends('layouts.back-end.app') @section('title', $seller?->shop->name ?? translate("shop_name_not_found")) @section('content')
{{translate('vendor_details')}}
| {{translate('SL')}} | {{translate('product')}} | {{translate('review')}} | {{translate('rating')}} |
|---|---|---|---|
| {{$reviews->firstItem()+ $key}} | @if($review->product) {{$review->product['name']}} @else {{ translate('product_not_found') }} @endif |
{{$review->comment ?? translate("no_Comment_Found")}} @if(count($review->attachment_full_url)>0) @foreach ($review->attachment_full_url as $img) |