About Us

Institut Kesehatan Payung Negeri Pekanbaru Kampus Kesehatan Terbaik Di Provinsi Riau.

{{ \App\Models\About::first()->description ?? 'Deskripsi belum tersedia' }}



KUMPULAN BERITA DAN INFO IKES PAYUNG NEGERI

Berita & Informasi

Berita dan Informasi, Kegiatan Akademik dan Non Akademik.

@foreach (\App\Models\Beritas::orderBy('created_at', 'desc')->take(3)->get() as $beritas)
{{ $beritas->created_at->format('F d, Y') }}

{{ $beritas->judul }}

{{ Str::limit(strip_tags($beritas->deskripsi), 150, '...') }}

Read More
@endforeach
Video Informasi dan Kegiatan Tentan IKES Payung Negeri

Let's Check Our Video

Kunjungi, subcribe official youtube IKES Payung Negeri untuk melihat video Informasi dan kegiatan civitas IKES Payung Negeri .

Lihat Selengkapnya
@php $video = \App\Models\Video::latest()->first(); @endphp @if ($video) @endif
Our Lecturer

Meet With Our Lecturer

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

@foreach (\App\Models\Team::all() as $team)
{{ $team->name }}
{{ $team->name }}
{{ $team->position }}
@endforeach