email_verified_at && getSetting('site.enforce_email_validation'))
data-placement="top"
title="{{__('Please verify your account')}}"
@elseif(!GenericHelper::creatorCanEarnMoney($user))
data-placement="top"
title="{{__('This creator cannot earn money yet')}}"
@else
data-toggle="modal"
data-target="#checkout-center"
data-type="three-months-subscription"
data-recipient-id="{{$user->id}}"
data-amount="{{$user->profile_access_price_3_months ? $user->profile_access_price_3_months * 3 : 0}}"
data-first-name="{{Auth::user()->first_name}}"
data-last-name="{{Auth::user()->last_name}}"
data-billing-address="{{Auth::user()->billing_address}}"
data-country="{{Auth::user()->country}}"
data-city="{{Auth::user()->city}}"
data-state="{{Auth::user()->state}}"
data-postcode="{{Auth::user()->postcode}}"
data-available-credit="{{Auth::user()->wallet->total}}"
data-username="{{$user->username}}"
data-name="{{$user->name}}"
data-avatar="{{$user->avatar}}"
@endif
@else
data-toggle="modal"
data-target="#login-dialog"
@endif
>
{{__('Subscribe')}}
{{\App\Providers\SettingsServiceProvider::getWebsiteFormattedAmount($user->profile_access_price_3_months * 3)}}
{{__('for')}}
{{trans_choice('months', 3,['number'=>3])}}
@if(isset($offer['discountAmount']['90']) && $offer['discountAmount']['90'] > 0)
({{round($offer['discountAmount']['90'])}}% {{__('off')}})
@endif