@extends('layouts.admin-layout') @section('title', 'All Testimonial List') @section('content')
@csrf

Testimonial Section


Home Testimonial Section

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