SyntaxFix
Write A Post
Hire A Developer
Questions
You can get all post data into this function :-
$postData = $request->post();
and if you want specific filed then use it :-
$request->post('current-password');