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.
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.
Try alternative
<input type="hidden" name="_token" value="{{csrf_token()}}">
Save