@include('_partials_frontend.head') @include('_partials_frontend.navbar')
@foreach($program_about as $about)

We’re here to support the world of education

{!! $about->deskripsi !!}

See Programs @endforeach

Our Programs

@foreach($program as $prog)

{{ $prog->judul_page }}

{!! \Illuminate\Support\Str::limit($prog->deskripsi, 250, $end='...') !!}

Read More
@endforeach

Testimony

@foreach($testimoni as $testi)

{{ $testi->nama }}
{{ $testi->asal_sekolah }}
@endforeach

Gallery

Events

@foreach($event as $berita) @endforeach
@include('_partials_frontend.footer')