@extends('layouts.admin') @section('content')
| Name | Designation | Message | Image | Actions |
|---|---|---|---|---|
| {{ $testimonial->name }} | {{ $testimonial->designation }} | {{ Str::limit($testimonial->message, 100) }} |
@if($testimonial->image)
|
Edit |
| No testimonials found. | ||||