{{ __('Audit customer testimonials, edit comments, and control website homepage visibility') }}
| {{ __('Customer') }} | {{ __('Rating') }} | {{ __('Comment') }} | {{ __('Edits (Max 2)') }} | {{ __('Show on Site') }} | {{ __('Submitted') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
|
{{ $review->pppUser?->customer?->customer_name ?? 'N/A' }}
A/C: {{ $review->pppUser?->customer?->customer_unique_id ?? 'N/A' }} ({{ $review->pppUser?->username }})
|
@for($i = 1; $i <= 5; $i++)
@endfor
|
{{ $review->comment }}
|
{{ $review->edit_count }} |
{{ $review->created_at->format('d M Y') }}
({{ $review->created_at->diffForHumans() }})
|
|
|
| {{ __('No customer reviews found.') }} | ||||||