@php $steps = [ 'first' => trans('Plan Details'), 'second' => trans('Features'), 'third' => trans('Templates'), ]; @endphp
@foreach ($steps as $key => $label) @endforeach
@includeWhen($currentStep == 'first', 'panel.admin.finance.plan.includes.step-first') @includeWhen($currentStep == 'second', 'panel.admin.finance.plan.includes.step-second') @includeWhen($currentStep == 'third', 'panel.admin.finance.plan.includes.step-third')
@push('live-script') @endpush