diff --git a/resources/views/accounts/nav.blade.php b/resources/views/accounts/nav.blade.php index ae7f38c2fa8b..b0aa4dd76741 100644 --- a/resources/views/accounts/nav.blade.php +++ b/resources/views/accounts/nav.blade.php @@ -22,8 +22,10 @@
@foreach ($settings as $section) - {{ trans("texts.{$section}") }} + @if ($section != ACCOUNT_CLIENT_PORTAL || !Utils::isNinjaProd()) + {{ trans("texts.{$section}") }} + @endif @endforeach @if ($type === ADVANCED_SETTINGS && !Utils::isNinjaProd())