@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::isPaidPro()) {{ strtoupper(trans('texts.pro')) }} @endif
@foreach ($settings as $section) @if ($section != ACCOUNT_USER_DETAILS || auth()->user()->registered) {{ trans("texts.{$section}") }} @endif @endforeach @if ($type === ADVANCED_SETTINGS && !Utils::isNinjaProd()) {{ trans("texts.system_settings") }} @endif
@endforeach