@if(!empty($item->text_1))
{{ $item->text_1 }}
@endif
@if(!empty($item->text_2))
{{ $item->text_2 }}
@endif
@if(!empty($item->text_3))
{{ $item->text_3 }}
@endif
@if(!empty($item->text_4))
{{ $item->text_4 }}
@endif
@if(!empty($item->multi_text))
{{ $item->multi_text }}
@endif
@if(!empty($item->radio))
{{ $item->radio }}
@endif
@if(!empty($item->checkbox))
{{ $item->checkbox }}
@endif