@extends('admin.layouts.master') @section('title', 'List of Testimonials') @section('content')

Testimonials List

Slides List
@foreach ($testimonials as $id => $testimonial) @endforeach
# Image Name Status Order No Actions
{{ ++$id }} {{ $testimonial->name }} @if ($testimonial->status == 1) Published @else Un-Published @endif {{ $testimonial->order_no }}
@endsection