@lang('superadmin.packages.create')
@foreach ($currencies as $currency)
id == $global->currency_id)> {{ $currency->currency_symbol . ' (' . $currency->currency_code . ')' }}
@endforeach
@lang('superadmin.mb')
@lang('superadmin.gb')
@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')