All Testimonials
Testimonials List
| # | Name | Message | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $testimonial->name }} | {{ Str::limit($testimonial->message, 80) }} | {{ $testimonial->status ? 'Active' : 'Inactive' }} | Edit |
| No testimonials found. | ||||
@extends('layouts.adminmaster') @section('title', 'All Testimonials | Trew India Pvt Ltd') @section('content')
| # | Name | Message | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $testimonial->name }} | {{ Str::limit($testimonial->message, 80) }} | {{ $testimonial->status ? 'Active' : 'Inactive' }} | Edit |
| No testimonials found. | ||||