@foreach($fields as $field)
@if($field->customfields_datatype =='text')
@endif @if($field->customfields_datatype =='paragraph')
@endif @if($field->customfields_datatype =='number' || $field->customfields_datatype =='decimal')
@endif @if($field->customfields_datatype =='date')
@endif @if($field->customfields_datatype =='dropdown')
@endif @if($field->customfields_datatype =='checkbox')
current_value ?? '') }}>
@endif
@endforeach