@extends('layouts.admin') @section('title', 'Kelola Testimonial') @section('content_header')
| No | Nama | Institusi | Foto | Review | Rating | Aksi |
|---|---|---|---|---|---|---|
| {{ ($testimonials->currentPage() - 1) * $testimonials->perPage() + $key + 1 }} | {{ $t->name }} | {{ $t->institution }} |
@if ($t->photo)
|
{{ Str::limit($t->review, 60, '...') }} | {{ $t->rating ?? '-' }} |