@extends('backend.layouts.master') @section('content')
TestimonialsList of Testimonials Add
@foreach($data as $k=>$v) @endforeach
# Image Full Name Description Uploaded date Sort Order Active Action
{{++$k}} {{$v->name}} {!!Str::words(strip_tags($v->description),20,'...')!!} {{$v->created_at->format('Y-M-d')}} {{$v->sort_order}} @if(@$v->active) Yes @else No @endif
@csrf @method('DELETE')
@endsection @section('scripts') @endsection