@lang('superadmin.packages.create')

@foreach ($currencies as $currency) @endforeach

@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

@lang('superadmin.packages.selectModule')

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