This commit is contained in:
KhatamNugraha
2024-08-12 09:42:05 +07:00
parent 93571603e5
commit 9f709bfb25
4 changed files with 41 additions and 2 deletions

View File

@ -457,6 +457,7 @@ class KonfirmasiBankController extends Controller
public function export(Request $request)
{
dd(test);
$arrAccount = explode(",", $request['accNo']);
$dateCoreAccount = Carbon::parse($request['startDate2']);
$dateCoreDepo = Carbon::parse($request['startDate2']);