enhance css

This commit is contained in:
Ludovic CANDELLIER
2023-02-05 21:40:05 +01:00
parent b42ae14428
commit 12e5dbb721
21 changed files with 553 additions and 121 deletions

View File

@@ -31,6 +31,7 @@ class PayboxController extends Controller
public function process(Request $request)
{
dump($request);
exit;
return view('paybox.send');
}
}