find error17

This commit is contained in:
KhatamNugraha
2024-02-21 09:20:20 +07:00
parent b4127baea6
commit fcfb4a6f4c
2 changed files with 4 additions and 185 deletions

View File

@ -227,7 +227,7 @@
$options->set('isPhpEnabled', true);
$options->set(['padding-top' => 39, 'padding-right' => 10, 'padding-bottom' => 20, 'padding-left' => 15]);
$dompdf = new Dompdf($options);
$html = View::make('konfirmasibank::exportWordv2')->render();
$html = View::make('konfirmasibank::exportPdf', ['data' => $data])->render();
// Konfigurasi DOMPDF
$dompdf->loadHtml($html);