This commit is contained in:
Dwi Swandhana
2026-03-05 06:11:58 +07:00
parent 632fff4230
commit fc0864de08
@@ -44,7 +44,7 @@
@php
$petugas = App\Models\User::where('id', $r['excutor'])->first();
echo $petugas ? $petugas->nama : '';
@@end
@end
</td>
</tr>
@endforeach