@if (getLoggedInUserRoleId() != getSuperAdminRoleId())
@if (getLogInUser() && getLoggedInUserRoleId() != getSuperAdminRoleId())
@if (
!empty(getCurrentSubscription()) &&
$plan->id == getCurrentSubscription()->plan_id &&
!getCurrentSubscription()->isExpired())
@if ($plan->price != 0)
@else
@endif
@else
@if (
!empty(getCurrentSubscription()) &&
!getCurrentSubscription()->isExpired() &&
($plan->price == 0 || $plan->price != 0))
@if ($plan->hasZeroPlan->count() == 0)
{{ __('messages.subscription.switch_plan') }}
@else
@endif
@else
@if ($plan->hasZeroPlan->count() == 0)
{{ __('messages.subscription.choose_plan') }}
@else
@endif
@endif
@endif
@else
@endif
@endif