@extends('admin.layout') @section('title', 'Testimonials') @section('content')
Homepage Settings
Manage client feedback cards shown on frontend.
| S.NO. | Client | Message | Status | Order | Action | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($testimonial->photo)
|
{{ Str::limit($testimonial->message, 90) }} | {{ $testimonial->status ? 'Active' : 'Inactive' }} | {{ $testimonial->sort_order }} | {{-- List action intentionally only Edit; delete is available on edit page. --}} Edit | |
| No testimonials found. | ||||||