There is a typo in your code. A > is missing between cols="45” and <?php, as the content of the text area must be between the opening and closing tag
>
cols="45”
<?php
Also your label is not valid. Threre's a missing class=" before col-sm-2
label
class="
col-sm-2