@extends('admin.layouts.admin') @section('title', 'Testimonials - SIVILIMA Admin') @section('breadcrumb_title', 'Testimonials') @section('breadcrumb')
| # | Name | Role | Quote | Order | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $t->name }} | {{ $t->role }} | {{ Str::limit($t->quote, 60) }} | {{ $t->sort_order }} | @if($t->is_active) Active @else Inactive @endif | |
| No testimonials yet. | ||||||