fix
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
<th>No Permohonan</th>
|
<th>No Permohonan</th>
|
||||||
<th>Tarikh Mohon</th>
|
<th>Tarikh Mohon</th>
|
||||||
<th>Jumlah Mohon (RM)</th>
|
<th>Jumlah Mohon (RM)</th>
|
||||||
|
<th>Jumlah Lulus (RM)</th>
|
||||||
<th>Semak</th>
|
<th>Semak</th>
|
||||||
<th>Jenis Permohonan</th>
|
<th>Jenis Permohonan</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
@@ -52,6 +53,7 @@
|
|||||||
<td>{{ $mohon['nopermohonan'] }}</td>
|
<td>{{ $mohon['nopermohonan'] }}</td>
|
||||||
<td>{{ $mohon['tarikh_permohonan'] }}</td>
|
<td>{{ $mohon['tarikh_permohonan'] }}</td>
|
||||||
<td>{{ number_format($mohon['amaun_mohon'],2) }}</td>
|
<td>{{ number_format($mohon['amaun_mohon'],2) }}</td>
|
||||||
|
<td>{{ number_format($mohon['jumlah_diluluskan'],2) }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ route('permohonan.status', ['mohonid' => $mohon['mohonid']]) }}" class="btn btn-info"><i class="fas fa-eye"></i></a>
|
<a href="{{ route('permohonan.status', ['mohonid' => $mohon['mohonid']]) }}" class="btn btn-info"><i class="fas fa-eye"></i></a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user