This commit is contained in:
hafifierahman
2022-03-28 07:28:53 +08:00
parent 3e0d0e0b28
commit 9e18befe78
@@ -40,6 +40,7 @@
<th>No Permohonan</th>
<th>Tarikh Mohon</th>
<th>Jumlah Mohon (RM)</th>
<th>Jumlah Lulus (RM)</th>
<th>Semak</th>
<th>Jenis Permohonan</th>
<th>Status</th>
@@ -52,6 +53,7 @@
<td>{{ $mohon['nopermohonan'] }}</td>
<td>{{ $mohon['tarikh_permohonan'] }}</td>
<td>{{ number_format($mohon['amaun_mohon'],2) }}</td>
<td>{{ number_format($mohon['jumlah_diluluskan'],2) }}</td>
<td>
<a href="{{ route('permohonan.status', ['mohonid' => $mohon['mohonid']]) }}" class="btn btn-info"><i class="fas fa-eye"></i></a>
</td>