|
@php
$logoPath = public_path('images/logo-dikti-outline.png');
if(!file_exists($logoPath)) $logoPath = public_path('images/logo-lldikti3-bw.png');
$logoBase64 = file_exists($logoPath) ? base64_encode(file_get_contents($logoPath)) : '';
@endphp
@if($logoBase64)
[LOGO]
@endif
|
KEMENTERIAN PENDIDIKAN TINGGI,
|
| No | Tanggal | Judul Laporan | Perguruan Tinggi (PTS) | Kategori | Status |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $lap->created_at->format('d/m/Y H:i') }} | {{ $lap->judul }} | {{ $lap->pts_nama }} | @if($lap->tipe_laporan == 'preventif_konseling') Preventif @elseif($lap->tipe_laporan == 'kekerasan_bullying') Bullying @elseif($lap->tipe_laporan == 'integritas_akademik') Integritas Akademik @endif | @if($lap->status == 'selesai') Selesai @elseif($lap->status == 'ditolak') Ditolak @else Diproses @endif |
| Belum ada laporan masuk. | |||||
| No | Kategori | Judul Laporan | Perguruan Tinggi (PTS) | Tanggal Selesai |
|---|---|---|---|---|
| {{ $index + 1 }} | @if($kasus->tipe_laporan == 'preventif_konseling') Preventif & Konseling @elseif($kasus->tipe_laporan == 'kekerasan_bullying') Kekerasan & Bullying @elseif($kasus->tipe_laporan == 'integritas_akademik') Integritas Akademik @endif | {{ $kasus->judul }} | {{ $kasus->pts_nama }} | {{ $kasus->updated_at->format('d/m/Y H:i') }} |
| Belum ada kasus yang berstatus selesai. | ||||
Jakarta, {{ date('d F Y') }}
Kepala,
Dr. Henri Tambunan, S.E., M.A.
NIP 196811261994031001