Home

>

Testimonial

Add
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($testimonails as $index => $testimonail) @endforeach
S.NO Title Title content rating image Action
{{ $index + 1 }} {{ $testimonail->title ?? 'null' }} {{ $testimonail->title_content ?? 'null' }} {{ $testimonail->rating ?? 'null' }} @if (!empty($testimonail->image)) Blog Thumbnail @else No Image Available @endif