{{__('Avatar')}}
@if (!\Request::is('profile/edit'))
@endif
@if (config('password-policies.2fa_enabled', false) && count($global2FAEnabled) > 0 && $is2FAEnabledForGroup)
{{ html()->label(__('Two Factor Authentication'), 'preferences_2fa') }}
@endif
{{__('Task Notifications Email')}}
@isset($addons)
@foreach ($addons as $addon)
{!! $addon['content'] ?? '' !!}
@endforeach
@endisset
{{__('Settings')}}
{{ html()->label(__('Recommendations'), 'status') }}
@isset($addonsSettings)
@foreach ($addonsSettings as $addon)
{!! $addon['content'] ?? '' !!}
@endforeach
@endisset