@if (session()->has('message'))
@component('portal.ninja2020.components.message')
{{ session('message') }}
@endcomponent
@endif
@if($steps['fetched_payment_methods'])
@if($steps['started_payment'] == false)
@foreach($this->methods as $method)
@endforeach
@endif
@if($steps['started_payment'] && $steps['show_loading_bar'])
@endif
@endif
@if(!empty($subscription->promo_code) && !$subscription->trial_enabled)
@endif
@if($steps['not_eligible'] && !is_null($steps['not_eligible']))
@if($steps['not_eligible_message'])