@if($stripeSettings->stripe_status === 1)
@csrf @if(!$isFree)
@foreach($currencies as $currency)
{{ $currency->currency_symbol }} ({{ $currency->currency_code }})
@endforeach
@if($packageType == App\Enums\PackageType::LIFETIME)
@else
@lang('modules.package.monthlyPlan')
@lang('modules.package.annualPlan')
@endif
@if($monthlyStatus)
@endif @if($annualStatus)
@endif
@endif @if ($packageType == App\Enums\PackageType::TRIAL)
{{ __('Active') }}
{{ __('Inactive') }}
@endif
{{ __('Next: Package Modules') }}
@endif