@if($package->default == 'free')
Do you want to choose this free plan.
@else
@if(($stripeSettings->show_pay))
@if($stripeSettings->paypal_client_id != null && $stripeSettings->paypal_secret != null &&
$stripeSettings->paypal_status == 'active')
@endif
@if($stripeSettings->razorpay_key != null && $stripeSettings->razorpay_secret != null &&
$stripeSettings->razorpay_status == 'active')
@endif
@if($stripeSettings->api_key != null && $stripeSettings->api_secret != null &&
$stripeSettings->stripe_status == 'active')
@endif
@endif
@if($methods->count() > 0)
@endif
@endif