@extends('layouts.admin') @section('content')
Testimonial
@if(count($testimonial) > 0) @foreach ($testimonial as $sp) @endforeach @else @endif
S/N Name Image Title Content Created At
{{$sp->id}} {{$sp->name}} {{$sp->title}} {{trim(strip_tags($sp->content))}} {{$sp->created_at->format('d/M/y')}}
No data available
@endsection