From 459c27341ecae95626be34535f60f4c7b74f767c Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 27 Feb 2024 14:18:45 +0700 Subject: [PATCH] find error 33 --- Http/Controllers/KonfirmasiBankController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php index bacd906..7eeac4e 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -193,7 +193,7 @@ $data['infoSuratOld'] = $infoSuratOld; $data['infoSuratNew'] = $infoSuratNew; - dd($data); + //Inisialisasi DOMPDF $options = new Options(); $options->set('isHtml5ParserEnabled', true);