@extends('_layout.main') @section('content') @include('components.page-indicator', [ 'page' => 'Testimonial', 'path' => ['Beranda', 'Testimonial'], ])

Testimonial

@if (count($testimonis) != 0) @foreach ($testimonis as $testimoni) @endforeach @else @endif
Tanggal Subjek Lihat
{{ $testimoni->created_at }} {{ $testimoni->title }}
Tidak ada data di tabel
@endsection @section('javascript') @endsection