submitting form after capturing/formatting fixes

This commit is contained in:
akemidx
2023-08-29 16:55:21 -04:00
parent 734af87f2f
commit f1cc2c8d8b
2 changed files with 42 additions and 35 deletions
@@ -9,6 +9,7 @@ class SavedReportsController extends Controller
//a method to the madness
public function store(Request $request)
{
dd($request->all());
}