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

Testimonial List

Testimonial Lists

@foreach ($data as $key => $value)
{{ $value->title }}

{{ $value->name }}

{!! $value->comments !!}
@endforeach
@endsection @push('css') @endpush @push('js') @endpush