{{ __('SaaS Plan') }}

{{ __('#Choose a saas plan and save money!') }}

@php $matched = $instructorSaas->where('id', @$mySaasPackage->package_id)->first(); $disabledYearly = (!is_null($matched) && $mySaasPackage->subscription_type == SUBSCRIPTION_TYPE_YEARLY ? true : false); $disabledMonthly = ($disabledYearly) ? true : (!is_null($matched) && $mySaasPackage->subscription_type == SUBSCRIPTION_TYPE_MONTHLY ? true : false); @endphp