with(['tenant', 'event', 'moderator']); } public static function getRelations(): array { return []; } public static function getPages(): array { return [ 'index' => ListTenantFeedback::route('/'), 'view' => ViewTenantFeedback::route('/{record}'), ]; } }