@include('elements.message-alert',['classes'=>'px-2 pt-4']) @if($user->paid_profile && (!getSetting('profiles.allow_users_enabling_open_profiles') || (getSetting('profiles.allow_users_enabling_open_profiles') && !$user->open_profile))) @if( (!Auth::check() || Auth::user()->id !== $user->id) && !$hasSub)
{{__('Subscription')}}
@if(count($offer) && $offer['discountAmount']['30'] > 0)
{{__('Limited offer main label',['discount'=> round($offer['discountAmount']['30']), 'days_remaining'=> $offer['daysRemaining'] ])}}
{{__('Offer ends label',['date'=>$offer['expiresAt']->format('d M')])}} @endif @if($hasSub) @else @if(Auth::check()) @if(!GenericHelper::isEmailEnforcedAndValidated()) {{__('Your email address is not verified.')}} {{__("Click here")}} {{__("to re-send the confirmation email.")}} @endif @endif @include('elements.checkout.subscribe-button-30')
@if($user->profile_access_price_6_months || $user->profile_access_price_12_months)
{{__('Subscriptions bundles')}}
{{__('Hide bundles')}}
@include('elements.icon',['icon'=>'chevron-down-outline','centered'=>false])
@endif @if(count($offer) && $offer['discountAmount']['30'] > 0) {{__('Regular price label',['currency'=> getSetting('payments.currency_code') ?? 'USD','amount'=>$user->offer->old_profile_access_price])}} @endif
@if($user->profile_access_price_6_months || $user->profile_access_price_12_months || $user->profile_access_price_3_months)
@if($user->profile_access_price_3_months) @include('elements.checkout.subscribe-button-90') @endif @if($user->profile_access_price_6_months) @include('elements.checkout.subscribe-button-182') @endif @if($user->profile_access_price_12_months) @include('elements.checkout.subscribe-button-365') @endif
@endif @endif
@endif @elseif(!Auth::check() || (Auth::check() && Auth::user()->id !== $user->id))
{{__('Follow this creator')}}
@if(Auth::check()) @else @endif
@endif