->hintAction(
Action::make('undoJobTitle')
->label('Herstel oude waarde')
->icon('heroicon-m-clipboard')
->action(function ($component, $livewire, $state, $set) {
dd($component->getLivewire()->getOldFormState($component->getStatePath()));
})
->hintAction(
Action::make('undoJobTitle')
->label('Herstel oude waarde')
->icon('heroicon-m-clipboard')
->action(function ($component, $livewire, $state, $set) {
dd($component->getLivewire()->getOldFormState($component->getStatePath()));
})