diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php
index cf181f7..7f5dcc9 100644
--- a/Http/Controllers/KonfirmasiBankController.php
+++ b/Http/Controllers/KonfirmasiBankController.php
@@ -447,7 +447,7 @@
// dd($fasilitas);
$signer = Signer::where('id', $request['signerId'])->where('status',1)->get();
- $currentDate = Carbon::now();
+ $currentDate = Carbon::parse($request['startDate2']);
$tanggalIndonesia = $currentDate->locale('id')->isoFormat('D MMMM YYYY');
$today = $currentDate->format("d-m-Y");
$letter = new Letters;
@@ -462,7 +462,7 @@
$data['DataCustomer'] = $GetCustomer ?? '';
$data['localDate'] = $tanggalIndonesia;
$data['today'] = $today;
- $data['batchDate'] = $request['startDate2'];
+ // $data['batchDate'] = $request['startDate2'];
$data['dataAADepo'] = $dataAADepo;
$data['infoSuratNew'] = $infoSuratNew;
@@ -755,4 +755,4 @@
- }
+ }
\ No newline at end of file
diff --git a/Resources/views/exportPdf.blade.php b/Resources/views/exportPdf.blade.php
index 9f383d1..e928fbd 100644
--- a/Resources/views/exportPdf.blade.php
+++ b/Resources/views/exportPdf.blade.php
@@ -116,7 +116,7 @@