@extends('admin.layouts.app') @section('page_content')
@foreach($testimonials as $key => $value) @endforeach
S.no. Image Name Designation Comment Action
{{$key+1}} @if(file_exists($value->profile_picture)) @else @endif {{$value->name}} {{$value->designation}} {!!Str::limit($value->comment,50)!!}
@endsection