cek view export

This commit is contained in:
KhatamNugraha
2024-02-20 09:36:03 +07:00
parent 30ae728cbb
commit 9ec03e8f0d
2 changed files with 2 additions and 6 deletions

View File

@ -221,10 +221,6 @@
$data['infoSuratOld'] = $infoSuratOld;
$data['infoSuratNew'] = $infoSuratNew;
dd( $data);
// Inisialisasi DOMPDF
$options = new Options();
$options->set('isHtml5ParserEnabled', true);

View File

@ -189,7 +189,7 @@
</tr>
</thead>
<tbody>
@if (count($data['DataPinjaman']) > 0)
{{-- @if (count($data['DataPinjaman']) > 0)
@php $i=1;
$saldo = '';
@endphp
@ -216,7 +216,7 @@
<tr class="space1">
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Data Pinjaman Yang Ditampilkan</td>
</tr>
@endif
@endif --}}
</tbody>
</table><br>