@if (Session::has('success'))
{{ Session::get('success') }}
@endif
| S.No. |
Name |
Designation |
Profile Image |
Action |
@foreach ($testimonial as $testdata)
| {{$loop->iteration}} |
{{$testdata->name}} |
{{$testdata->designation}} |
 }}) |
|
@endforeach
@endsection
@section('scripts')
@endsection