@if (is_cloud())

Subscription

@if (data_get(auth()->user()->currentTeam(), 'subscription'))
Status: {{ auth()->user()->currentTeam()->subscription->lemon_status }}
Type: {{ auth()->user()->currentTeam()->subscription->lemon_variant_name }}
@if (auth()->user()->currentTeam()->subscription->lemon_status === 'cancelled')
Subscriptions ends at: {{ getRenewDate() }}
Resume Subscription
If you would like to change the subscription to a lower/higher plan, please contact us.
@else
Renews at: {{ getRenewDate() }}
@endif Update Payment Details @else Subscribe Now @endif Manage My Subscription
@endif