All Testimonials

Testimonials List

@forelse ($testimonials as $testimonial) @empty @endforelse
# Name Message Status Actions
{{ $loop->iteration }} {{ $testimonial->name }} {{ Str::limit($testimonial->message, 80) }} {{ $testimonial->status ? 'Active' : 'Inactive' }} Edit
@csrf @method('DELETE')
No testimonials found.