@extends('admin.layouts.master') @section('content')
| Serial | Name | Image | Comment | Role | Action |
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $testimonial->name }} |
|
{!! str_limit($testimonial->comment, 15,'') !!} @if(str_word_count($testimonial->comment) > 5) @endif | {{ $testimonial->designation ?? 'No Information' }} |