@if (!Utils::isPro() && isset($advanced) && $advanced)
{!! trans('texts.pro_plan_advanced_settings', ['link'=>link_to('/settings/account_management?upgrade=true', trans('texts.pro_plan_remove_logo_link'))]) !!}
@endif
@foreach([
BASIC_SETTINGS => \App\Models\Account::$basicSettings,
ADVANCED_SETTINGS => \App\Models\Account::$advancedSettings,
] as $type => $settings)
{{ trans("texts.{$type}") }}
@if ($type === ADVANCED_SETTINGS && !Utils::isPro())
{{ strtoupper(trans('texts.pro')) }}
@endif
@endforeach