@foreach ($plans as $key => $plan)
{{ $plan->name }}
{{ super_currency_format_with_sym($plan->package_price_monthly) . ' / Per Month' }}
@if ($plan->id == $user->active_plan) @else {{ __('Assign') }} @endif
@endforeach

{{ __('OR') }}

{{ __('Usage Subscription') }}