diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index c39167e7173e..ceb1b5c6c82b 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -148,7 +148,7 @@ @if ($contact->phone) {{ $contact->phone }}
@endif - @if ($client->account->enable_client_portal) + @if (Auth::user()->confirmed && $client->account->enable_client_portal) {{ trans('texts.view_client_portal') }}
@endif @endforeach