Wizards default back and next button can edit possible?
Wizard::make([
Wizard\Step::make('Step 1')
->label('First Step')
->schema([
// ...
]),
Wizard\Step::make('Step 2')
->label('Second Step')
->schema([
// ...
]),
Wizard\Step::make('Step 3')
->label('Last Step')
]); In wizard has created 3 ,need to edit back button has to changes any possibilities in filament.kindly advice
4 Replies
How do you mean back needs to edit?
can we edit the labels of button?
lang/vendor/forms/en/components.php
ok thanks.let try