<?php /* Textarea field View */ ?>
<label><?php echo e($field->description); ?>:<br/><textarea name="<?php echo e($field->name); ?>" cols="30" rows="10"></textarea></label>
<?php /* Textarea field View */ ?>