form with textarea code example
Example 1: html input textarea
Check this:
https://codepen.io/DevLorenzo/pen/wvzNPKz
Example 2: form::textarea
{!! Form::textarea('placeOfDeath',null,['class'=>'form-control', 'rows' => 2, 'cols' => 40]) !!}
Check this:
https://codepen.io/DevLorenzo/pen/wvzNPKz
{!! Form::textarea('placeOfDeath',null,['class'=>'form-control', 'rows' => 2, 'cols' => 40]) !!}