@extends('admin.layouts.app') @section('title', 'Testimonials') @section('breadcrumb')
| Avatar | Name | Location | Rating | Message | Status | Actions |
|---|---|---|---|---|---|---|
|
@if($t->avatar)
{{ strtoupper(substr($t->name,0,1)) }}
@endif
|
{{ $t->name }} | {{ $t->location ?? '—' }} | @for($i=1;$i<=$t->rating;$i++)@endfor | {{ Str::limit($t->message, 70) }} | ||
| No testimonials yet. | ||||||