Commit 431428a3 authored by Syaifur Rohman's avatar Syaifur Rohman

fix index sekolah wali show

parent f0c64929
......@@ -37,7 +37,7 @@ public function __construct()
$tbody = [];
$tbody[] = $i++;
$tbody[] = $row->kelas->nama.' '.$row->jurusan->nama.' '.$row->nama;
$tbody[] = $row->kelas->nama.' '.$row->kelas->jurusan->nama.' '.$row->nama;
if ($row->idSWali == 0) {
$tbody[] ='<span class="text-warning">Belum Diset</span>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment