@extends('cms::layouts.master', ['dataTable' => true]) @section('headerScripts') @endsection @section('content') SN. Author Company Designation Order Avatar Active Action @foreach ($testimonials as $testimonial) {{ $loop->iteration }} {{ $testimonial->author }} {{ $testimonial->company }} {{ $testimonial->designation }} {{ $testimonial->display_order }} @endforeach @endsection @section('footerScripts') @endsection