@if (!Utils::isPro() && isset($advanced) && $advanced)
{!! trans('texts.pro_plan_advanced_settings', ['link'=>''.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
@foreach ($settings as $section) {{ trans("texts.{$section}") }} @endforeach @if ($type === ADVANCED_SETTINGS && !Utils::isNinjaProd()) {{ trans("texts.system_settings") }} @endif
@endforeach