I'm having error after clicking register button.
Register Controller
Blade View
@csrf is added below my post method. Any help or solutions will be helpful.
CodePudding user response:
Try alternative
<input type="hidden" name="_token" value="{{csrf_token()}}">
Save
CodePudding user response:
under the form tag try this one: @csrf



