find error 16

This commit is contained in:
KhatamNugraha
2024-02-21 09:12:55 +07:00
parent 9c9ec17320
commit b4127baea6

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', ['data' => $data])->render();
$html = View::make('konfirmasibank::exportWordv2')->render();
// Konfigurasi DOMPDF
$dompdf->loadHtml($html);