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

Edit Testimonial

@csrf @method('PUT')

Unggah hanya file pdf, jpg, png, gif. Ukuran maksimum upload 1 MB.

Pemberitahuan:

Maksimal Testimonial 3 Testimonial.

Testimonial

@include('components.print')
@if (count($testimonis) != 0) @foreach ($testimonis as $testimoni) @endforeach @else @endif
Tanggal Subjek Lihat Edit Status
{{ $testimoni->created_at }} {{ $testimoni->title }}
Tidak ada data di tabel

Menampilkan 1 hingga 10 dari 13 entri

@endsection @section('javascript') @endsection