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