- Nova Version: 4.19.2 ### Description: I think the below should display as Resources > Admin > Customers.  ### Detailed steps to reproduce the issue on a fresh Nova installation: ```php class CustomerResource extends Resource { public static function group() { return __('Admin'); } ```