@foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @endif @endforeach @php $matched = $organizationSaas->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 @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'yearly' && $saas->monthly_price <= 1)) @php if ($disabledMonthly && $saas->id == $matched->id) { $disabledMonthly = false; } @endphp @endif @endforeach
{{ __('Saas Plan') }}
{{ $saas->title }}
{{ $saas->title }}

{{ __('Price') }} / {{ __('Month') }}

@if ($saas->discounted_monthly_price < 1)

{{ __('Full Free') }}

@else

{{ $saas->discounted_monthly_price . ($currencySymbol ?? get_currency_symbol()) }}

@if ($saas->discounted_monthly_price != $saas->monthly_price)

{{ $saas->monthly_price . ($currencySymbol ?? get_currency_symbol()) }}

@endif @endif

{{ __('Create Instructor Access') }}

@if ($saas->instructor > 0)

{{ $saas->instructor }}

@else

@endif

{{ __('Create Student Access') }}

@if ($saas->student > 0)

{{ $saas->student }}

@else

@endif

{{ __('Create Course Access') }}

@if ($saas->course > 0)

{{ $saas->course }}

@else

@endif

{{ __('Create Bundle Courses') }}

@if ($saas->bundle_course > 0)

{{ $saas->bundle_course }}

@else

@endif

{{ __('Create Subscription Courses') }}

@if ($saas->subscription_course > 0)

{{ $saas->subscription_course }}

@else

@endif

{{ __('Hours of Consultancy') }}

@if ($saas->consultancy > 0)

{{ $saas->consultancy }}

@else

@endif

{{ __('Minimum Sale commission') }}

{{ $saas->admin_commission }}%

@csrf
@foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @endif @endforeach @php $matched = $organizationSaas->where('id', @$mySaasPackage->package_id)->first(); $disabledYearly = !is_null($matched) && $mySaasPackage->subscription_type == SUBSCRIPTION_TYPE_YEARLY ? true : false; @endphp @foreach ($organizationSaas as $index => $saas) @if (!(get_option('saas_org_default_package_type') == 'monthly' && $saas->yearly_price <= 1)) @php if ($disabledYearly && $saas->id == $matched->id) { $disabledYearly = false; } @endphp @endif @endforeach
{{ __('Saas Plan') }}
{{ $saas->title }}
{{ $saas->title }}

{{ __('Price') }} / {{ __('Yearly') }}

@if ($saas->discounted_yearly_price < 1)

{{ __('Full Free') }}

@else

{{ $saas->discounted_yearly_price . ($currencySymbol ?? get_currency_symbol()) }}

@if ($saas->discounted_yearly_price != $saas->yearly_price)

{{ $saas->yearly_price . ($currencySymbol ?? get_currency_symbol()) }}

@endif @endif

{{ __('Create Instructor Access') }}

@if ($saas->instructor > 0)

{{ $saas->instructor }}

@else

@endif

{{ __('Create Student Access') }}

@if ($saas->student > 0)

{{ $saas->student }}

@else

@endif

{{ __('Create Course Access') }}

@if ($saas->course > 0)

{{ $saas->course }}

@else

@endif

{{ __('Create Bundle Courses') }}

@if ($saas->bundle_course > 0)

{{ $saas->bundle_course }}

@else

@endif

{{ __('Create Subscription Courses') }}

@if ($saas->subscription_course > 0)

{{ $saas->subscription_course }}

@else

@endif

{{ __('Hours of Consultancy') }}

@if ($saas->consultancy > 0)

{{ $saas->consultancy }}

@else

@endif

{{ __('Minimum Sale commission') }}

{{ $saas->admin_commission }}%

@csrf