@extends('layouts.app') @section('title', 'All Testimonial List') @section('content')

Home Testimonial Section

@foreach($testimonials as $testimonial) @endforeach
Heading Short description Edit Delete
{{$testimonial->title}} {!! \Illuminate\Support\Str::limit(strip_tags($testimonial->description), 80, '...') !!} Edit Delete
@endsection @section('script') @endsection