@include('_partials_admin.head') @include('_partials_admin.navbar')
@include('_partials_admin.sidebar')
@foreach($testimoni as $row) @endforeach
No Nama Deskripsi Asal Sekolah Foto Actions
{{ $no }} {{ $row->nama }} {!! \Illuminate\Support\Str::limit($row->deskripsi, 100, $end='...') !!} {{ $row->asal_sekolah }}
@include('_partials_admin.footer')
@foreach ($testimoni as $row) @endforeach @if ($message = Session::get('sukses')) @elseif (Session::get('gagal')) @elseif (Session::get('hapus')) @endif