From 7e6e22d7ce2938798cf9157ed8040d52656cec75 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 27 Feb 2024 14:50:30 +0700 Subject: [PATCH] find error 38 --- Http/Controllers/KonfirmasiBankController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php index 3cdc043..2c946c4 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -194,6 +194,8 @@ $data['infoSuratOld'] = $infoSuratOld; $data['infoSuratNew'] = $infoSuratNew; + dd($data); + //Inisialisasi DOMPDF $options = new Options(); $options->set('isHtml5ParserEnabled', true); @@ -647,4 +649,4 @@ } - } + } \ No newline at end of file