Revert "Update daftar dokumen yang dikecualikan"
This reverts commit b3f30f1a0b.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<td>
|
||||
<span style="color: red;">
|
||||
@php
|
||||
$excludedDocuments = ['Bukti Bayar', 'NPWP','List Jaminan']; // Add more document types to exclude as needed
|
||||
$excludedDocuments = ['Bukti Bayar', 'NPWP']; // Add more document types to exclude as needed
|
||||
@endphp
|
||||
|
||||
@foreach ($data->dokumenjaminan as $dokumen_jaminans)
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<td>
|
||||
<span style="color: red;">
|
||||
@php
|
||||
$excludedDocuments = ['Bukti Bayar', 'NPWP','List Jaminan']; // Add more document types to exclude as needed
|
||||
$excludedDocuments = ['Bukti Bayar', 'NPWP']; // Add more document types to exclude as needed
|
||||
@endphp
|
||||
|
||||
@foreach ($data->dokumenjaminan as $dokumen_jaminans)
|
||||
|
||||
Reference in New Issue
Block a user