@extends('layouts.admin') @section('title', 'Detail Testimonial') @section('content')
"{{ $testimonial->testimonial }}"
{{ $testimonial->created_at->format('d M Y, H:i') }}
{{ $testimonial->updated_at->format('d M Y, H:i') }}
Tampilan di halaman website
"{{ Str::limit($testimonial->testimonial, 100) }}"