From 9dfab2cb5de6363b16bf137f5f3f114e61a5eef8 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 20 Feb 2024 17:35:52 +0700 Subject: [PATCH] find error 20 --- Http/Controllers/KonfirmasiBankController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php index 03e3aa6..d02abed 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -221,6 +221,8 @@ $data['infoSuratOld'] = $infoSuratOld; $data['infoSuratNew'] = $infoSuratNew; + dd($data); + // Inisialisasi DOMPDF $options = new Options(); $options->set('isHtml5ParserEnabled', true);