@if(count($offer) && $offer['discountAmount']['30'] > 0)
@else
@if(Auth::check())
@if(!GenericHelper::isEmailEnforcedAndValidated())
@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