@lang("We've revamped the plan management system to give you full control over your pricing strategies. Your users' credits will be migrated to the new pricing system, so you may need to review and update your pricing plans. New pricing plans won't be affected.")
@lang('Learn more >')
@for ($i = 1; $i <= $this->totalStep(); $i++)
$this->currentStep() >= $i,
])>
{{ $i }}
@lang($this->stepTitle($i))
@endfor
@includeWhen($this->currentStepIs(1), 'panel.admin.finance.plan.includes.step-first')
@includeWhen($this->currentStepIs(2), 'panel.admin.finance.plan.includes.step-second')
@includeWhen($this->currentStepIs(3), 'panel.admin.finance.plan.includes.step-third')
@includeWhen($this->currentStepIs(4), 'panel.admin.finance.plan.includes.step-fourth')
@include('panel.admin.finance.plan.includes.step-actions')