@extends('layouts.header_dashboard_crm') @section('title', 'Testimoni Siswa') @section('content')

Testimoni Siswa

Ulasan & Kesan Pesan Siswa

Kelas A2
@php $testimonies = [ ['name' => 'Agung N'], ['name' => 'Andi'], ['name' => 'Sita Permata'], ['name' => 'Budi Sudarsono'], ]; @endphp @foreach($testimonies as $testi)
{{ substr($testi['name'], 0, 1) }}
{{ $testi['name'] }}
@endforeach
@endsection