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