@if (cPackageHasCdomain(Auth::user()))
@if (Auth::user()->custom_domains()->where('status', 1)->count() > 0)
{{__('You already have a custom domain')}}
(
{{getCdomain(Auth::user())}})
{{__('connected with your portfolio website.')}}
{{__('if you request another domain now & if it gets connected with our server, then
your current domain')}}
(
{{getCdomain(Auth::user())}})
{{__('will be removed.')}}
@endif
@endif