It should be
<input type="hidden" name="token" value="{{ $token }}">
if you are using out of the box. Here is the stub from Laravel itself: https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Console/stubs/make/views/auth/passwords/reset.stub
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community