@if($type == "tooltip")
{{ Form::label_info($title, $description, null, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
@elseif($type == "above_text")
{{ Form::label_ex($title,\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
@endif
@if($type == "above_text")
{{ Form::label_ex($description,\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
@endif
{{ Form::textarea_ex($name, $value) }}