@extends('layouts.app') @section('content')

Testimonial Management

{!! $dataTable->table([ 'id' => 'testimonial-management-table', 'class' => 'table table-striped dt-responsive table-hover', 'style' => 'width: 100%;' ]) !!}
{{--

Page Editor - Testimonials

@foreach ($testimonials as $test) @endforeach
Date Testimonial Option
{{$test->created_at->tz('est')->format('m/d/Y')}}
{{$test->getExcerpt(250)}}
--}} @endsection @push('footer_js') {!! $dataTable->scripts() !!} @endpush