You probably are in my same stuff.
Change this:
{!! csrf_field() !!}
By this:
<input type="text" name="_token" value="{{ csrf_token() }}">I see this the _token value changes in every webpage refresh. If yes probably your session are recreated in each request. I am in the same error but this only happens in mobile devices, from desktop all works ok.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community