@lang('superadmin.packages.edit')

@if($package->default === 'yes')
Note:
  • 1. This package cannot be deleted
  • 2. When trial Package gets expired, or customer fails the payment of paid package, the company goes back to this package
  • 3. We have limited configuration for this package.
@endif @if($package->default === 'no')
is_free ? 'checked' : '') }}>
@endif
@if(!isset($trial))
@for ($i = 1; $i <= $packageCount; $i++) @endfor
@endif
@if($package->default == 'no')
@endif @if($package->default == 'no')

@lang('superadmin.packages.paymentGatewayPlans')

@if($paymentGateway->stripe_status == 'active')
@endif @if($paymentGateway->razorpay_status == 'active')
@endif @if($paymentGateway->paystack_status == 'active')
@endif
@if($paymentGateway->stripe_status == 'active')
@endif @if($paymentGateway->razorpay_status == 'active')
@endif @if($paymentGateway->paystack_status == 'active')
@endif
@else @endif @if(isset($trial))

@lang('superadmin.trialPackageSettings')

@endif

@lang('superadmin.packages.selectModule')

@php $moduleInPackage = (array)json_decode($package->module_in_package); @endphp @foreach($packageModules as $module)
@endforeach
@if($package->default == 'no')
@endif @if(isset($trial))
@endif
@lang('app.update') @lang('app.cancel')