cek view export
This commit is contained in:
@ -221,10 +221,6 @@
|
||||
$data['infoSuratOld'] = $infoSuratOld;
|
||||
$data['infoSuratNew'] = $infoSuratNew;
|
||||
|
||||
dd( $data);
|
||||
|
||||
|
||||
|
||||
// Inisialisasi DOMPDF
|
||||
$options = new Options();
|
||||
$options->set('isHtml5ParserEnabled', true);
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user