Hello @insoimidineali
In your code I see spaces between the " and the route call " {{route('admin.register.create')}} "
I think it should be: "{{route('admin.register.create')}}"
but I'm not sure if that is the reason for your problem.
Is the form you show indeed the form you use? (Most important for a normal form is that the submit button is between the <form>
tags)
Ps. I have updated your post for the code blocks.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community