@extends('admin.layout') @section('content')
Manage Testimonial
@foreach($testimoniallists as $testimoniallist) @endforeach
Id Image Name Address Text Action
{{$testimoniallist->id}} {{$testimoniallist->name}} {{$testimoniallist->address}} {{$testimoniallist->text}}
Id Image Name Address Text Action
@endsection