@extends('layouts.frontend') @section('title', 'Sejarah - TPPK') @section('content')

Sejarah Program Studi

Perjalanan dan perkembangan Program Studi TPPK dari masa ke masa

Perjalanan TPPK

@php $profile = \App\Models\Profile::where('section', 'sejarah')->active()->first(); @endphp @if($profile)
{!! $profile->content !!}
@else

Konten Sedang Dipersiapkan

Informasi sejarah program studi sedang dalam proses penyusunan.

@endif
@endsection