@foreach($fields as $field)
@if($field->customfields_show_filter_panel == 'yes')
{{ $field->customfields_title }}
@if($field->customfields_datatype =='text' || $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')
@endif
@endif
@endforeach