session()->token() != $request->input('_token')) { throw new TokenMismatchException; } return $next($request); } }