update
This commit is contained in:
@@ -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
|
@end
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
Reference in New Issue
Block a user