@if(count($testimonials)>0)
@foreach($testimonials as $testimonial)
@endforeach
ID |
Name |
Position |
Photo |
Status |
Action |
{{$testimonial->id}} |
{{$testimonial->name}} |
{{$testimonial->position}} |
@if($testimonial->photo)
@else
@endif
|
@if($testimonial->status=='active')
{{$testimonial->status}}
@else
{{$testimonial->status}}
@endif
|
|
@else
No testimonials found!!! Please add testimonial
@endif