@extends('layouts.app') @section('title', 'Client Testimonials & Moderation') @section('content')
| Client Name | Role / Title | Car Model | Rating | Review Comment | Website Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $t->name }}
ID #{{ $t->id }} • {{ $t->created_at ? $t->created_at->format('M d, Y') : 'Recent' }}
|
{{ $t->role ?: 'Verified Client' }} | @if($t->car_model) {{ $t->car_model }} @else — @endif |
@for($i=0; $i<$t->rating; $i++) ★ @endfor
|
"{{ $t->comment }}"
|
@if($t->is_active) Published @else Pending Approval @endif |
|
| No client reviews submitted yet. When clients submit reviews on the website, they will appear here for moderation. | ||||||