How to prevent deleting a record when it has a child record?
Modify the delete action to delete button (or else) if child relationship exists
DeleteAction::make()->hidden(fn ($record) => $record->childRelationship()->exists())
by iotron, 1 year ago
by studiowizjo, 1 year ago
by Jeff Greco, 1 year ago
No comments yet…
No comments yet…