@extends('admin.layout.admin_layout') @section('content')

Testimonial

@include('admin.layout.message')

Testimonial

Add

@if(!empty($testData)) @foreach($testData as $cat) @endforeach @endif
Sl.No. Image Name Profession Comment Action
{{$i}} {{$cat['name']}} {{$cat['profession']}} {{ strip_tags($cat['content']) }}
Sl.No. Image Name Profession Comment Action
@endsection