© 2026 Hedgehog Software, LLC
TextInput::make('personal_email') ->unique('parents','personal_email', $this->model)
$this->model
protected function getTableActions(): array { return [ Action::make('edit') ->action(function(Parents $record){ $this->model = $record; }), ]; }
The Email has already been taken