@include('testimonial::public.testimonials.partial.header') @include('testimonial::public.testimonials.partial.aside') @forelse($data as $testimonials) @php $testimonials = $testimonials->toArray([]); @endphp {{$testimonial['title']}} By {{$testimonial['user']}} {{$testimonial['category']}} {{ Str::limit($testimonial['description'],300 )}} Continue Reading @empty @endif {!!view('paginator', compact('meta'))!!}
{{ Str::limit($testimonial['description'],300 )}}