all routes should be inside middleware group 'web' and add <meta name="_token" content="{{ csrf_token() }}"/> in head or
<!--<input type="hidden" name="_token" value="{{ csrf_token() }}">-->or {{ csrf_field() }} inside form
alternatively if you wants to skip make exception in VerifyCsrftoken Middleware
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community