@lang('superadmin.packages.create')

@for ($i = 1; $i <= ($packageCount+1); $i++) @endfor

@lang('superadmin.packages.paymentGatewayPlans')

@foreach ($currencies as $currency) @endforeach
@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

@lang('superadmin.packages.selectModule')

@foreach($packageModules as $module)
@endforeach
@lang('app.save') @lang('app.cancel')