@extends('layouts.admin') @section('title','Testimonials') @section('page-title','Testimonials') @section('content')
| Author | Service | Rating | Excerpt | Approved | Featured | Actions |
|---|---|---|---|---|---|---|
| {{ $t->author_name }} | {{ $t->service_name ?? '—' }} | {{ str_repeat('★',$t->rating) }} | {{ Str::limit($t->content,80) }} | @if($t->is_approved)Yes @else @endif | ||
| No testimonials yet. | ||||||