update
This commit is contained in:
No files matched your search
@@ -41,9 +41,15 @@
|
||||
<td>{{ $r['status'] }}</td>
|
||||
<td>{{ $r['tgldraft'] }}</td>
|
||||
<td>
|
||||
@php
|
||||
$petugas = App\Models\User::where('id', $r['excutor'])->first();
|
||||
echo $petugas ? $petugas->nama : '';
|
||||
@php
|
||||
$petugas = '';
|
||||
if ($r['nmppdsmiddle2'] != '') {
|
||||
$petugas = $r['nmppdsmiddle2'];
|
||||
}
|
||||
if ($r['nmppdsjunior2'] != '') {
|
||||
$petugas = $petugas.' '.$r['nmppdsjunior2'];
|
||||
}
|
||||
echo $petugas;
|
||||
@endphp
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user