@extends('_layout.main') @section('content') @include('components.page-indicator', [ 'page' => 'Testimonial', 'path' => ['Beranda', 'Testimonial'], ]) Testimonial Tanggal Subjek Lihat @if (count($testimonis) != 0) @foreach ($testimonis as $testimoni) {{ $testimoni->created_at }} {{ $testimoni->title }} @endforeach @else Tidak ada data di tabel @endif @endsection @section('javascript') @endsection
Testimonial