@extends('layouts.admin', ['title' => 'Testimonials']) @section('content')
| Order | Quote | Author | Rating | Published | |
|---|---|---|---|---|---|
| {{ $t->sort_order }} | {{ $t->quote }} | {{ $t->author_name }} @if($t->author_title) · {{ $t->author_title }} @endif | {{ str_repeat('★', (int) $t->rating) }} | {{ $t->is_published ? 'Yes' : 'No' }} | Edit |