Testimonial

Home

>

Testimonial

Add
@if(session('success'))
{{ session('success') }}
@endif
@foreach($testimonails as $testimonail) @endforeach
ID Title Title content rating image Action
{{ $testimonail->id ?? "null"}} {{ $testimonail->title ?? "null" }} {{ $testimonail->title_content ?? "null" }} {{ $testimonail->rating ?? "null" }} @if(!empty($testimonail->image)) Blog Thumbnail @else No Image Available @endif