@if($dataRow->type === 'adv_media_files')
@endif @if(isset($dataRow->details->extra_fields)) @foreach($dataRow->details->extra_fields as $key => $field) @if($field->type === 'text')
@endif @if($field->type === 'textarea')
@endif @if($field->type === 'codemirror')
@endif @endforeach @endif