cek view export
This commit is contained in:
@ -221,10 +221,6 @@
|
|||||||
$data['infoSuratOld'] = $infoSuratOld;
|
$data['infoSuratOld'] = $infoSuratOld;
|
||||||
$data['infoSuratNew'] = $infoSuratNew;
|
$data['infoSuratNew'] = $infoSuratNew;
|
||||||
|
|
||||||
dd( $data);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Inisialisasi DOMPDF
|
// Inisialisasi DOMPDF
|
||||||
$options = new Options();
|
$options = new Options();
|
||||||
$options->set('isHtml5ParserEnabled', true);
|
$options->set('isHtml5ParserEnabled', true);
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@if (count($data['DataPinjaman']) > 0)
|
{{-- @if (count($data['DataPinjaman']) > 0)
|
||||||
@php $i=1;
|
@php $i=1;
|
||||||
$saldo = '';
|
$saldo = '';
|
||||||
@endphp
|
@endphp
|
||||||
@ -216,7 +216,7 @@
|
|||||||
<tr class="space1">
|
<tr class="space1">
|
||||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Data Pinjaman Yang Ditampilkan</td>
|
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Data Pinjaman Yang Ditampilkan</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif --}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table><br>
|
</table><br>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user