@if((isset($options['hide_in_show']) && $options['hide_in_show']) || $options['type'] == 'hidden')
@else
@if(isset($options['hide_label']) && $options['hide_label'])
@else
@endif
@include('core::components.types.'.$options['type'],['entity'=>$entity,'fieldName'=>$fieldName,'options'=>$options])
@endif