Visi
{!! html_entity_decode($konfigurasi->visi) !!}
Misi
{!! html_entity_decode($konfigurasi->misi) !!}
Sejarah
{!! html_entity_decode($konfigurasi->sejarah) !!}
Struktur Pengurus
@foreach ($struktural as $item)
{{ $item->nama }}
{{ $item->jabatan }}
@endforeach