@php if(!empty($row->user->picture) && isUrl($row->user->picture)): @endphp

@php elseif(!empty($row->user->picture) && isImage($row->user->picture)): @endphp
) }})
@php endif; @endphp
@php if(!empty($row->user->picture)): @endphp
{{ __lang('Remove image') }}
@php endif; @endphp
{{ formElement($form->get('picture')) }}
{{ formElementErrors($form->get('picture')) }}