Because it's not specified that we're working with natural numbers, you should probably take induction on all integer. If it's so then you should take in account only the second part of the proof.
Note that the LHS is negative for $n < -2$ and the RHS is always positive as a square. So you the basis should start from $n = -2$ instead.
Note that for numbers $n \ge -\frac 32$ the following statment is always true:
$$2n + 3 \ge 0$$
Our inductive step starts from $n=-1$ so it this inequality holds for every number.
Now just add $n^2 + 4n + 6$ to both sides. It won't change nothing, beacuse we are adding it to both sides.
$$n^2 + 4n + 6 + 2n + 3 \ge n^2 + 4n + 6$$ $$n^2 + 6n + 9 \ge n^2 + 4n + 6$$