@extends('admin.layout.app') @section('content')
@php $i=1; @endphp @foreach($testimonials as $testimonial) @if($testimonial->status == 1) @else @endif @endforeach
ID Testimonial Name Testimonial Image Testimonial Message Status Actions
{{ $i++ }} {{ $testimonial->title }} {{ $testimonial->heading }} ActiveIn Active
Edit
@endsection @section('script') @endsection