@if ($post->id == 1)
@include('home.halaman.visi')
@elseif ($post->id == 3)
@include('home.halaman.struktur')
@elseif ($post->id == 29)
@include('home.halaman.kmps')
@elseif ($post->id == 6)
@include('home.halaman.tkpsda')
@else
@include('home.halaman.defalut')
@endif