© 2026 Hedgehog Software, LLC
Undefined variable $attributes
Wizard::make([ // ... ])->submitAction(view('components.button')) // button.blade.php // jetstream default button <button {{ $attributes->merge(['type' => 'submit', 'class' => 'primary-btn']) }}> {{ $slot }} </button>