@extends('layouts.admin') @section('title', 'Testimonials') @section('header', 'Testimonials Management') @section('content')
Manage student testimonials and reviews
| Name | Role | Program | Quote | Order | Status | Actions |
|---|---|---|---|---|---|---|
|
@if($testimonial->avatar)
{{ strtoupper(substr($testimonial->name, 0, 1)) }}
@endif
{{ $testimonial->name }}
|
{{ $testimonial->role }} | {{ $testimonial->program ?? '—' }} | {{ \Illuminate\Support\Str::limit($testimonial->quote, 60) }} | {{ $testimonial->sort_order }} | {{ $testimonial->is_active ? 'Active' : 'Inactive' }} | |
| No testimonials found. | ||||||