->headerActions([
CreateAction::make() // This will add the "Create" button to the table header
->modalHeading('Create a New Top-Level Domain') // Optional: Customize modal heading
->modalButton('Add Domain') // Optional: Customize modal button text
->successNotificationMessage('Top-Level Domain Created Successfully.') // Success notification
])
->headerActions([
CreateAction::make() // This will add the "Create" button to the table header
->modalHeading('Create a New Top-Level Domain') // Optional: Customize modal heading
->modalButton('Add Domain') // Optional: Customize modal button text
->successNotificationMessage('Top-Level Domain Created Successfully.') // Success notification
])