@if($user->paid_profile && (!getSetting('profiles.allow_users_enabling_open_profiles') || (getSetting('profiles.allow_users_enabling_open_profiles') && !$user->open_profile)))
@if(Auth::check())
@if( !(isset($hasSub) && $hasSub) && !(isset($post) && PostsHelper::hasActiveSub(Auth::user()->id, $post->user->id)) && Auth::user()->id !== $user->id)
{{__('Subscription')}}
@endif
@else
{{__('Subscription')}}
@endif
@elseif(!Auth::check() || (Auth::check() && Auth::user()->id !== $user->id))
@if(Auth::check())
{{__('Follow this creator')}}
@else
{{__('Follow this creator')}}
@endif
@endif