@include('_partials_frontend.head') @include('_partials_frontend.navbar')
@foreach($identitas as $identity)

{!! $identity->deskripsi !!}

@endforeach
@foreach($about as $ab)

About Us

@endforeach

Until today, we have made available the following programs:

    @foreach($program as $prog)
  • {{ $prog->judul_page }}
  • @endforeach

This option, leads to some significant benefits, which includes:

@foreach($benefits as $benefit)
@endforeach
@include('_partials_frontend.footer')