0

I'm having error after clicking register button.

enter image description here

Register Controller

enter image description here

Blade View

enter image description here

@csrf is added below my post method. Any help or solutions will be helpful.

2 Answers2

0

Try alternative

<input type="hidden" name="_token" value="{{csrf_token()}}"> Save

0

under the form tag try this one: @csrf