@if ($value)
{{ Form::label_styled($title, 'first-label', \App\Helpers\FormComponentHelper::SIZE_EXLARGE, 3) }} @if (isset($is_text_area))
@if (isset($is_tinymce)) {!! $value !!} @else {!! nl2br($value) !!} @endif
@else {!! Form::label_styled($value, 'article-field bt-label-small second-label', null, 8) !!} @endif
@endif