add column nama at operasi approval

This commit is contained in:
nurafrinaalimi16
2025-11-11 12:07:24 +08:00
parent 6af434360d
commit 173ce892b9
2 changed files with 3 additions and 1 deletions
@@ -28,6 +28,7 @@
<tr>
<th>Cawangan</th>
<th>No Kad Pengenalan</th>
<th>Nama Anggota</th>
<th>Komen</th>
<th>Tarikh/Masa</th>
<th>Tindakan</th>
@@ -39,6 +40,7 @@
<tr>
<td>{{ $k['cawangan'] }}</td>
<td>{{ $approval['nokp'] }}</td>
<td>{{ $approval['nama'] ?? '-' }}</td>
<td>{{ $approval['komen'] ?? '—' }}</td>
<td>{{ \Carbon\Carbon::parse($approval['created_at'])->timezone('Asia/Kuala_Lumpur')->format('d/m/Y h:i A') }}</td>
<td>