Revert "Update daftar dokumen yang dikecualikan"

This reverts commit b3f30f1a0b.
This commit is contained in:
Daeng Deni Mardaeni
2025-01-03 05:24:55 +07:00
parent b3f30f1a0b
commit 76d9de791d
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@
<td> <td>
<span style="color: red;"> <span style="color: red;">
@php @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 @endphp
@foreach ($data->dokumenjaminan as $dokumen_jaminans) @foreach ($data->dokumenjaminan as $dokumen_jaminans)

View File

@@ -123,7 +123,7 @@
<td> <td>
<span style="color: red;"> <span style="color: red;">
@php @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 @endphp
@foreach ($data->dokumenjaminan as $dokumen_jaminans) @foreach ($data->dokumenjaminan as $dokumen_jaminans)