diff --git a/resources/views/clients/edit.blade.php b/resources/views/clients/edit.blade.php index 42124b5afaf8..255861cac00e 100644 --- a/resources/views/clients/edit.blade.php +++ b/resources/views/clients/edit.blade.php @@ -204,7 +204,7 @@
  • {{ trans('texts.notes') }}
  • - @if (Utils::isPro()) + @if (Utils::isPaidPro())
  • {{ trans('texts.messages') }}
  • @@ -246,7 +246,7 @@ {!! Former::textarea('public_notes')->rows(6) !!} {!! Former::textarea('private_notes')->rows(6) !!} - @if (Utils::isPro()) + @if (Utils::isPaidPro())
    @foreach (App\Models\Account::$customMessageTypes as $type) {!! Former::textarea('custom_messages[' . $type . ']')