Reputation: 31
is there someone who can help me to solve this problem?
Upvotes: 3
Views: 6084
Reputation: 2775
You can use the Request
in the following ways:
request('lastName')
$request->lastName
In line 65 of the attached image, change $request()
to request()
. Simply remove the dollar sign.
Upvotes: 5