add function create

This commit is contained in:
KhatamNugraha
2023-08-10 18:26:30 +07:00
parent 831ab49357
commit a89c614413
3 changed files with 7 additions and 2 deletions

View File

@ -49,6 +49,10 @@
return view('konfirmasibank::pages.index',compact('data'));
}
public function create(){
return view('konfirmasibank::pages.index',compact('data'));
}
public function getData(Request $request)
{
$data = [];
@ -336,4 +340,4 @@
}
}
}